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@users.noreply.github.com>2019-01-21 12:57:35 +0300
committerGitHub <noreply@github.com>2019-01-21 12:57:35 +0300
commit3aad9e653bf85072602a1f3b8dcf888891a9206e (patch)
treefc7935bfeaba7119ca91ca3df0108f9ef2d0faad /redis.c
parente9e47834560fd2e2b118150572eae3379a245cb3 (diff)
parentc5994f2a42b8a348af92d3acb4edff1328ad8ce1 (diff)
Merge pull request #1494 from phpredis/cluster-auth2
RedisCluster auth
Diffstat (limited to 'redis.c')
-rw-r--r--redis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis.c b/redis.c
index df897361..5e076a90 100644
--- a/redis.c
+++ b/redis.c
@@ -71,6 +71,7 @@ PHP_INI_BEGIN()
PHP_INI_ENTRY("redis.arrays.consistent", "0", PHP_INI_ALL, NULL)
/* redis cluster */
+ PHP_INI_ENTRY("redis.clusters.auth", "", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.clusters.persistent", "0", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.clusters.read_timeout", "0", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.clusters.seeds", "", PHP_INI_ALL, NULL)