mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
DEBUG OBJECT implemented
This commit is contained in:
@ -111,6 +111,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"expire",3,REDIS_CMD_INLINE},
|
||||
{"ttl",2,REDIS_CMD_INLINE},
|
||||
{"slaveof",3,REDIS_CMD_INLINE},
|
||||
{"debug",-2,REDIS_CMD_INLINE},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user