©
本文档使用
php.cn手册 发布
Redis Debug Object 命令是一个调试命令,它不应被客户端所使用。
redis Debug Object 命令基本语法如下:
redis 127.0.0.1:6379> DEBUG OBJECT key
>= 1.0.0
当 key 存在时,返回有关信息。 当 key 不存在时,返回一个错误。
redis 127.0.0.1:6379> DEBUG OBJECT my_pc Value at:0xb6838d20 refcount:1 encoding:raw serializedlength:9 lru:283790 lru_seconds_idle:150 redis 127.0.0.1:6379> DEBUG OBJECT your_mac (error) ERR no such key