Skip to content

Commit 591dba8

Browse files
authored
Fixed comment in clusterMsg version field
1 parent e91b81c commit 591dba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ union clusterMsgData {
232232
typedef struct {
233233
char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
234234
uint32_t totlen; /* Total length of this message */
235-
uint16_t ver; /* Protocol version, currently set to 0. */
235+
uint16_t ver; /* Protocol version, currently set to 1. */
236236
uint16_t port; /* TCP base port number. */
237237
uint16_t type; /* Message type */
238238
uint16_t count; /* Only used for some kind of messages. */

0 commit comments

Comments
 (0)