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-07 20:41:31 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:38:07 +0300
commit21f666e435509fa3783451e7b9e9719b370362a5 (patch)
treee89d7fdd1d1f2df790fec25a8ed2586a645b2450 /php_redis.h
parent01d312f42789475ca6184e427b55c3c46937c048 (diff)
Rework no arg commands, remove non-redis method
Each of the commands that take no arguments can be reworked such that they use the new calling convention in Redis proper Impelemnted BITPOS Removed Redis::resetStat. This isn't a Redis method, but rather an option on CONFIG, and it probably should be called that way.
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 94bec033..2c35c822 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -103,7 +103,6 @@ PHP_METHOD(Redis, ttl);
PHP_METHOD(Redis, pttl);
PHP_METHOD(Redis, persist);
PHP_METHOD(Redis, info);
-PHP_METHOD(Redis, resetStat);
PHP_METHOD(Redis, select);
PHP_METHOD(Redis, move);
PHP_METHOD(Redis, zAdd);