Store auth information in cluster->flags->auth

This commit is contained in:
Pavlo Yatsukhnenko
2020-06-05 10:27:48 +03:00
parent 890ee0e656
commit 58dab5649f
4 changed files with 8 additions and 11 deletions
-1
View File
@@ -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;