mirror of
https://github.com/fluencelabs/redis
synced 2025-06-28 00:11:33 +00:00
Cluster: from 4096 to 16384 hash slots.
This commit is contained in:
@ -514,7 +514,7 @@ typedef struct redisOpArray {
|
||||
* Redis cluster data structures
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
#define REDIS_CLUSTER_SLOTS 4096
|
||||
#define REDIS_CLUSTER_SLOTS 16384
|
||||
#define REDIS_CLUSTER_OK 0 /* Everything looks ok */
|
||||
#define REDIS_CLUSTER_FAIL 1 /* The cluster can't work */
|
||||
#define REDIS_CLUSTER_NEEDHELP 2 /* The cluster works, but needs some help */
|
||||
|
Reference in New Issue
Block a user