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>2015-03-02 02:45:27 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:12:41 +0300
commit7e1f082054cf7a2c918bfcfab53e110fa07bc6c6 (patch)
tree979e35c0a66be1f80105b004c693d16667fb3abb /redis_cluster.h
parent687a5ad64a6c143dcab4b19a7a27b2834c77e9af (diff)
Implement getMode for RedisCluster
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 c2749449..83185ef1 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -267,6 +267,7 @@ PHP_METHOD(RedisCluster, echo);
PHP_METHOD(RedisCluster, rawcommand);
/* Introspection */
+PHP_METHOD(RedisCluster, getmode);
PHP_METHOD(RedisCluster, getlasterror);
PHP_METHOD(RedisCluster, clearlasterror);
PHP_METHOD(RedisCluster, getoption);