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@gmail.com>2021-03-06 21:15:36 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-03-06 21:15:36 +0300
commit5d50fef961d35ee8563ca7719d064b8dc7148b04 (patch)
tree549acf3f6c7ca3989ca7cbc0e19a03280b599d59 /php_redis.h
parent963f2a9624218ce80a39327689fb05be1d776fbc (diff)
[WIP] Issue #1894
Add Redis::zdiff and Redis::zdiffstore commands
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 9d44e513..975b8ab5 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -144,6 +144,8 @@ PHP_METHOD(Redis, zRevRangeByLex);
PHP_METHOD(Redis, zRevRangeByScore);
PHP_METHOD(Redis, zRevRank);
PHP_METHOD(Redis, zScore);
+PHP_METHOD(Redis, zdiff);
+PHP_METHOD(Redis, zdiffstore);
PHP_METHOD(Redis, zinterstore);
PHP_METHOD(Redis, zunionstore);