mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Store auth information in cluster->flags->auth
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user