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>2019-02-10 04:02:15 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-02-10 04:02:15 +0300
commita08d51fa3eb516458715c29d35d93fdb68f5ed68 (patch)
tree435d8b0db721e95ffcd7b6bf04afb493d8e46db7 /redis_cluster.c
parentc7c9a92118a244fb137e7a8381128444fd9d3100 (diff)
Attach slot cache key and mechanism for invalidation
Diffstat (limited to 'redis_cluster.c')
-rw-r--r--redis_cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/redis_cluster.c b/redis_cluster.c
index 0c6b7cb8..e2ea55e3 100644
--- a/redis_cluster.c
+++ b/redis_cluster.c
@@ -451,7 +451,6 @@ static void redis_cluster_init(redisCluster *c, HashTable *ht_seeds, double time
{
redisCachedCluster *cc;
- /* TODO: Safe short circuit here */
cluster_validate_args(timeout, read_timeout, ht_seeds);
if (auth && auth_len > 0) {