mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 13:02:14 +00:00
Clarify a comment in slaveTryPartialResynchronization().
This commit is contained in:
parent
0a1a236e3e
commit
418d3d358a
@ -991,7 +991,7 @@ int slaveTryPartialResynchronization(int fd) {
|
||||
|
||||
/* If we reach this point we receied either an error since the master does
|
||||
* not understand PSYNC, or an unexpected reply from the master.
|
||||
* Reply with PSYNC_NOT_SUPPORTED in both cases. */
|
||||
* Return PSYNC_NOT_SUPPORTED to the caller in both cases. */
|
||||
|
||||
if (strncmp(reply,"-ERR",4)) {
|
||||
/* If it's not an error, log the unexpected event. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user