Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2014-06-26 03:17:47 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:02:04 +0300
commit03d14ab743ce5e9e2542e4868824b667cd2cf3ea (patch)
treef8d7bc0458a820e8340fd6e11a4ebfeb49e21b7a /cluster_library.h
parent92606171950ff7bed4b8a5603880d68d5d6d59b6 (diff)
Remove options, unsed variable
Remove distribution options for things like MGET/MSET as they are handled differently. Remove an unsed variable in our command delivery process
Diffstat (limited to 'cluster_library.h')
-rw-r--r--cluster_library.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cluster_library.h b/cluster_library.h
index 1ea3dc01..f020d487 100644
--- a/cluster_library.h
+++ b/cluster_library.h
@@ -19,13 +19,6 @@
/* Length of a cluster name */
#define CLUSTER_NAME_LEN 40
-/* RedisCluster class constants */
-#define CLUSTER_OPT_DISTRIBUTE 5
-
-/* Maintain order of execution vs. efficiency of delivery */
-#define CLUSTER_DIST_OOE 0
-#define CLUSTER_DIST_SPEED 1
-
/* The parts for our cluster nodes command */
#define CLUSTER_NODES_HASH 0
#define CLUSTER_NODES_HOST_PORT 1