DEBUG OBJECT implemented

This commit is contained in:
antirez
2009-06-04 17:13:33 +02:00
parent b5ff27084f
commit 333298dac3
3 changed files with 30 additions and 1 deletions

View File

@ -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}
};