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
34b3a045
Commit
34b3a045
authored
Oct 15, 2015
by
antirez
Browse files
Move end-comment of handshake states.
For an error I missed the last handshake state. Related to issue #2813.
parent
38b1867f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
34b3a045
...
...
@@ -274,8 +274,8 @@ typedef long long mstime_t; /* millisecond time type. */
#define REDIS_REPL_SEND_CAPA 8
/* Send REPLCONF capa */
#define REDIS_REPL_RECEIVE_CAPA 9
/* Wait for REPLCONF reply */
#define REDIS_REPL_SEND_PSYNC 10
/* Send PSYNC */
/* --- End of handshake states --- */
#define REDIS_REPL_RECEIVE_PSYNC 11
/* Wait for PSYNC reply */
/* --- End of handshake states --- */
#define REDIS_REPL_TRANSFER 12
/* Receiving .rdb from master */
#define REDIS_REPL_CONNECTED 13
/* Connected to master */
...
...
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