Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8ed0b495
Commit
8ed0b495
authored
Jan 13, 2014
by
antirez
Browse files
Sentinel: fix wrong arity error message.
parent
560e548d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
8ed0b495
...
@@ -2539,7 +2539,7 @@ void sentinelCommand(redisClient *c) {
...
@@ -2539,7 +2539,7 @@ void sentinelCommand(redisClient *c) {
return
;
return
;
numargserr:
numargserr:
addReplyErrorFormat
(
c
,
"Wrong number of
command
s for 'sentinel %s'"
,
addReplyErrorFormat
(
c
,
"Wrong number of
argument
s for 'sentinel %s'"
,
(
char
*
)
c
->
argv
[
1
]
->
ptr
);
(
char
*
)
c
->
argv
[
1
]
->
ptr
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment