We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33035ca + 591dba8 commit d3b32caCopy full SHA for d3b32ca
src/cluster.h
@@ -232,7 +232,7 @@ union clusterMsgData {
232
typedef struct {
233
char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
234
uint32_t totlen; /* Total length of this message */
235
- uint16_t ver; /* Protocol version, currently set to 0. */
+ uint16_t ver; /* Protocol version, currently set to 1. */
236
uint16_t port; /* TCP base port number. */
237
uint16_t type; /* Message type */
238
uint16_t count; /* Only used for some kind of messages. */
0 commit comments