Redis Debug Object 命令是一個調(diào)試命令,它不應被客戶端所使用。
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