summaryrefslogtreecommitdiff
path: root/src/cluster.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-02-10 15:55:21 +0100
committerantirez <antirez@gmail.com>2014-02-10 15:55:21 +0100
commit7bf7b7350cb16d2bc5084d41469f96c9565bf089 (patch)
treec4cef4f69f5ae0edea3b92c775dead4cd3026989 /src/cluster.h
parentdced9c06198d6b80caf7aa6fe8cb865a562c12db (diff)
downloadredis-7bf7b7350cb16d2bc5084d41469f96c9565bf089.tar.gz
Cluster: signature changed to "RCmb" (Redis Cluster message bus).
Sounds better after all.
Diffstat (limited to 'src/cluster.h')
-rw-r--r--src/cluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cluster.h b/src/cluster.h
index 20889b6e2..ef466c820 100644
--- a/src/cluster.h
+++ b/src/cluster.h
@@ -195,7 +195,7 @@ union clusterMsgData {
typedef struct {
- char sig[4]; /* Siganture "RCib" (Redis Cluster internal bus). */
+ char sig[4]; /* Siganture "RCmb" (Redis Cluster message bus). */
uint16_t ver; /* Protocol version, currently set to 0. */
uint16_t notused0; /* 2 bytes not used. */
uint32_t totlen; /* Total length of this message */