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-06-08 08:25:23 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:41:53 +0300
commitc89b3a651fa7674fc591342bc737e44d3745ba69 (patch)
tree9114134047649279ca36174bfbd0ac625200fb97 /redis_cluster.h
parent711950df9dc4a424bb0b9d2ce4dc09c8ea75573d (diff)
ZINCRBY
Implemented ZINCRBY command
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 6f87735f..0019fdfa 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -96,6 +96,7 @@ PHP_METHOD(RedisCluster, zcount);
PHP_METHOD(RedisCluster, zremrangebyscore);
PHP_METHOD(RedisCluster, zrank);
PHP_METHOD(RedisCluster, zrevrank);
+PHP_METHOD(RedisCluster, zincrby);
PHP_METHOD(RedisCluster, hlen);
PHP_METHOD(RedisCluster, hget);
PHP_METHOD(RedisCluster, hkeys);