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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-06-05 10:27:48 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-06-05 10:27:48 +0300
commit58dab5649fcc2cc63f5a29df83f783e154d7fa22 (patch)
treee223f86e37cd9d2d1422fc9af4bc1cd8075d49a5 /cluster_library.h
parent890ee0e656e545b18179cf247db94a33179ce1ab (diff)
Store auth information in cluster->flags->auth
Diffstat (limited to 'cluster_library.h')
-rw-r--r--cluster_library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cluster_library.h b/cluster_library.h
index fbf050fe..b7a365ef 100644
--- a/cluster_library.h
+++ b/cluster_library.h
@@ -183,7 +183,6 @@ typedef struct clusterFoldItem clusterFoldItem;
/* RedisCluster implementation structure */
typedef struct redisCluster {
- zend_string *auth;
/* Timeout and read timeout (for normal operations) */
double timeout;