mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Fix entry command table entry for OBJECT for HELP option.
After #4472 the command may have just 2 arguments.
This commit is contained in:
parent
29252391c4
commit
b412c544fd
@ -276,7 +276,7 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
{"readonly",readonlyCommand,1,"F",0,NULL,0,0,0,0,0},
|
{"readonly",readonlyCommand,1,"F",0,NULL,0,0,0,0,0},
|
||||||
{"readwrite",readwriteCommand,1,"F",0,NULL,0,0,0,0,0},
|
{"readwrite",readwriteCommand,1,"F",0,NULL,0,0,0,0,0},
|
||||||
{"dump",dumpCommand,2,"r",0,NULL,1,1,1,0,0},
|
{"dump",dumpCommand,2,"r",0,NULL,1,1,1,0,0},
|
||||||
{"object",objectCommand,3,"r",0,NULL,2,2,2,0,0},
|
{"object",objectCommand,-2,"r",0,NULL,2,2,2,0,0},
|
||||||
{"memory",memoryCommand,-2,"r",0,NULL,0,0,0,0,0},
|
{"memory",memoryCommand,-2,"r",0,NULL,0,0,0,0,0},
|
||||||
{"client",clientCommand,-2,"as",0,NULL,0,0,0,0,0},
|
{"client",clientCommand,-2,"as",0,NULL,0,0,0,0,0},
|
||||||
{"eval",evalCommand,-3,"s",0,evalGetKeys,0,0,0,0,0},
|
{"eval",evalCommand,-3,"s",0,evalGetKeys,0,0,0,0,0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user