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-10 03:05:15 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:43:20 +0300
commitaaab7642e6e86a1998c5ec6994942a7ba6e005d4 (patch)
tree77faea0f7754d2c06c568df6fba809820c37629d /redis_cluster.h
parent4865e6eb0a4f60038f3fddb6d1df7f43247c221d (diff)
ZADD command
Implemented ZADD command for both Redis and 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 781ba949..10025574 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -101,6 +101,7 @@ PHP_METHOD(RedisCluster, zrem);
PHP_METHOD(RedisCluster, zremrangebyscore);
PHP_METHOD(RedisCluster, zrank);
PHP_METHOD(RedisCluster, zrevrank);
+PHP_METHOD(RedisCluster, zadd);
PHP_METHOD(RedisCluster, zincrby);
PHP_METHOD(RedisCluster, hlen);
PHP_METHOD(RedisCluster, hget);