Server Debug Object
# Redis Debug Object Command
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0);)
* (javascript:void(0))
Redis Tutorial
(#)(#)(#)(#)(#)
## Redis Commands
(#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#)
## Redis Advanced Tutorial
[Redis Data Backup & Recovery](#)(#)(#)(#)(#)(#)(#)(#)
[](#)(#)
(#)[](#)
Deep Dive
Scripting Languages
Network Design & Development
Software
Web Service
Scripts
Programming
Computer Science
Programming Languages
Development Tools
Web Services
# Redis Debug Object Command
!(#)(#)
The Redis DEBUG OBJECT command is a debugging command and should not be used by clients.
### Syntax
The basic syntax for the Redis DEBUG OBJECT command is as follows:
redis 127.0.0.1:6379> DEBUG OBJECT key
### Available Since
>= 1.0.0
### Return Value
Returns information when the key exists. Returns an error when the key does not exist.
### Example
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
!(#)(#)
YouTip