SLAVEOF command implemented for replication remote control

This commit is contained in:
antirez
2009-05-23 10:56:32 +02:00
parent c7cf2ec97c
commit 321b0e13f6
4 changed files with 34 additions and 1 deletions

View File

@ -110,6 +110,7 @@ static struct redisCommand cmdTable[] = {
{"mget",-2,REDIS_CMD_INLINE},
{"expire",3,REDIS_CMD_INLINE},
{"ttl",2,REDIS_CMD_INLINE},
{"slaveof",3,REDIS_CMD_INLINE},
{NULL,0,0}
};