Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0000d533
"vscode:/vscode.git/clone" did not exist on "a6e462743883da1ff26392ee936a93575302029e"
Commit
0000d533
authored
May 25, 2013
by
antirez
Browse files
Make sure that REPLCONF ACK really has no return value.
parent
146f1d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/replication.c
View file @
0000d533
...
...
@@ -601,6 +601,7 @@ void replconfCommand(redisClient *c) {
c
->
repl_ack_off
=
offset
;
c
->
repl_ack_time
=
server
.
unixtime
;
/* Note: this command does not reply anything! */
return
;
}
else
{
addReplyErrorFormat
(
c
,
"Unrecognized REPLCONF option: %s"
,
(
char
*
)
c
->
argv
[
j
]
->
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