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>2014-07-11 04:00:49 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:02:04 +0300
commit7d3a84af326e232faca1b35d02887231863f83f9 (patch)
tree364c3b65fbcc89d54c349251d1fa1357a6fd75f7 /redis_cluster.h
parent488cd3c3163be2178fe3354b2304b16fd874ffda (diff)
Updated _masters to return in two ways
Fixed a couple of compiler warnings
Diffstat (limited to 'redis_cluster.h')
-rw-r--r--redis_cluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis_cluster.h b/redis_cluster.h
index 9c9fba45..5d8c9c9e 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -222,6 +222,7 @@ PHP_METHOD(RedisCluster, unsubscribe);
PHP_METHOD(RedisCluster, punsubscribe);
PHP_METHOD(RedisCluster, eval);
PHP_METHOD(RedisCluster, evalsha);
+PHP_METHOD(RedisCluter, info);
/* SCAN and friends */
PHP_METHOD(RedisCluster, scan);