mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 21:42:13 +00:00
Allow AUTH / PING when disconnected from slave and serve-stale-data is no.
This commit is contained in:
parent
2d55f1ca7f
commit
af967ff9cb
@ -208,8 +208,8 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
{"pexpireat",pexpireatCommand,3,"w",0,NULL,1,1,1,0,0},
|
{"pexpireat",pexpireatCommand,3,"w",0,NULL,1,1,1,0,0},
|
||||||
{"keys",keysCommand,2,"rS",0,NULL,0,0,0,0,0},
|
{"keys",keysCommand,2,"rS",0,NULL,0,0,0,0,0},
|
||||||
{"dbsize",dbsizeCommand,1,"r",0,NULL,0,0,0,0,0},
|
{"dbsize",dbsizeCommand,1,"r",0,NULL,0,0,0,0,0},
|
||||||
{"auth",authCommand,2,"rsl",0,NULL,0,0,0,0,0},
|
{"auth",authCommand,2,"rslt",0,NULL,0,0,0,0,0},
|
||||||
{"ping",pingCommand,1,"r",0,NULL,0,0,0,0,0},
|
{"ping",pingCommand,1,"rt",0,NULL,0,0,0,0,0},
|
||||||
{"echo",echoCommand,2,"r",0,NULL,0,0,0,0,0},
|
{"echo",echoCommand,2,"r",0,NULL,0,0,0,0,0},
|
||||||
{"save",saveCommand,1,"ars",0,NULL,0,0,0,0,0},
|
{"save",saveCommand,1,"ars",0,NULL,0,0,0,0,0},
|
||||||
{"bgsave",bgsaveCommand,1,"ar",0,NULL,0,0,0,0,0},
|
{"bgsave",bgsaveCommand,1,"ar",0,NULL,0,0,0,0,0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user