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.favre-felix@owlient.eu>2010-02-15 19:42:24 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2010-02-15 19:42:24 +0300
commit27c94aa404d4fe77d536d12e5bb579e8148a86fd (patch)
treed1f661cf5b260bf637257bb2947a19b947aca2f9 /php_redis.h
parentc6a58a9e4743a01677b57fb1be3126057cd0a92a (diff)
Change sorted sets to use doubles, added ZINCRBY, added tests.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 40ba21a6..cf9a4a9e 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -87,7 +87,7 @@ PHP_METHOD(Redis, zRangeByScore);
PHP_METHOD(Redis, zDeleteRangeByScore);
PHP_METHOD(Redis, zCard);
PHP_METHOD(Redis, zScore);
-/* PHP_METHOD(Redis, zIncrBy); */
+PHP_METHOD(Redis, zIncrBy);
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, rpoplpush);