mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
SLAVEOF is not a write command.
This commit is contained in:
parent
9a322ab730
commit
bb0fbc840d
@ -222,7 +222,7 @@ struct redisCommand redisCommandTable[] = {
|
||||
{"ttl",ttlCommand,2,"r",0,NULL,1,1,1,0,0},
|
||||
{"pttl",pttlCommand,2,"r",0,NULL,1,1,1,0,0},
|
||||
{"persist",persistCommand,2,"w",0,NULL,1,1,1,0,0},
|
||||
{"slaveof",slaveofCommand,3,"aws",0,NULL,0,0,0,0,0},
|
||||
{"slaveof",slaveofCommand,3,"as",0,NULL,0,0,0,0,0},
|
||||
{"debug",debugCommand,-2,"as",0,NULL,0,0,0,0,0},
|
||||
{"config",configCommand,-2,"ar",0,NULL,0,0,0,0,0},
|
||||
{"subscribe",subscribeCommand,-2,"rps",0,NULL,0,0,0,0,0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user