mirror of
https://github.com/fluencelabs/redis
synced 2025-05-13 19:21:18 +00:00
Sentinel: fix wrong arity error message.
This commit is contained in:
parent
560e548dc6
commit
8ed0b49525
@ -2539,7 +2539,7 @@ void sentinelCommand(redisClient *c) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
numargserr:
|
numargserr:
|
||||||
addReplyErrorFormat(c,"Wrong number of commands for 'sentinel %s'",
|
addReplyErrorFormat(c,"Wrong number of arguments for 'sentinel %s'",
|
||||||
(char*)c->argv[1]->ptr);
|
(char*)c->argv[1]->ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user