mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Fixed comment in clusterMsg version field
This commit is contained in:
parent
e91b81c612
commit
591dba8055
@ -232,7 +232,7 @@ union clusterMsgData {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
|
char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
|
||||||
uint32_t totlen; /* Total length of this message */
|
uint32_t totlen; /* Total length of this message */
|
||||||
uint16_t ver; /* Protocol version, currently set to 0. */
|
uint16_t ver; /* Protocol version, currently set to 1. */
|
||||||
uint16_t port; /* TCP base port number. */
|
uint16_t port; /* TCP base port number. */
|
||||||
uint16_t type; /* Message type */
|
uint16_t type; /* Message type */
|
||||||
uint16_t count; /* Only used for some kind of messages. */
|
uint16_t count; /* Only used for some kind of messages. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user