Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Redis Server: DEBUG OBJECT

DEBUG OBJECT key

Redis DEBUG OBJECT is a debugging command that should not be used by clients.

Syntax:

DEBUG OBJECT key

Available since

1.0.0.

Return Value

String reply.

Return Value Type

String

Example: Redis DEBUG OBJECT

redis 127.0.0.1:6379> SET a a 
OK
redis 127.0.0.1:6379> DEBUG OBJECT a 
Value at:0x7f68f7886df0 refcount:1 encoding:raw serializedlength:2 lru:1566733 lru_seconds_idle:1

Previous: DBSIZE
Next: DEBUG SEGFAULT