mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
SLAVEOF command implemented for replication remote control
This commit is contained in:
@ -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}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user