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 06:04:24 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:03:10 +0300
commit0c7a1ba6e873fad2fb413b1d8c19d00fed77744c (patch)
tree3b824afcd213192ec5921b6ee328dc206ec171f3 /php_redis.h
parent59038f4232fe3de5a1380516be54300078a499c5 (diff)
ZRANGEBYLEX
Implemented ZRANGEBYLEX for both Redis and RedisCluster
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 0368b17a..96a0f390 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -115,6 +115,7 @@ PHP_METHOD(Redis, zRevRange);
PHP_METHOD(Redis, zRangeByScore);
PHP_METHOD(Redis, zRangeByLex);
PHP_METHOD(Redis, zRevRangeByScore);
+PHP_METHOD(Redis, zRangeByLex);
PHP_METHOD(Redis, zCount);
PHP_METHOD(Redis, zDeleteRangeByScore);
PHP_METHOD(Redis, zDeleteRangeByRank);