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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-07-23 12:29:32 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-07-23 12:29:32 +0400
commit049727f3e637aece542a6a19ea0f8fdb4c5ee399 (patch)
treee86f893b1630a101b263578968e079c3aed67ef3 /php_redis.h
parent6d6b1339e8d435fa2184d90d8d2d6c33e7749e48 (diff)
Added ZCOUNT + tests & docs.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 3054737b..c001dc4f 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -85,6 +85,7 @@ PHP_METHOD(Redis, zDelete);
PHP_METHOD(Redis, zRange);
PHP_METHOD(Redis, zReverseRange);
PHP_METHOD(Redis, zRangeByScore);
+PHP_METHOD(Redis, zCount);
PHP_METHOD(Redis, zDeleteRangeByScore);
PHP_METHOD(Redis, zCard);
PHP_METHOD(Redis, zScore);