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-12-16 20:01:37 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-16 20:01:37 +0300
commit7b368a06c705f0f71c650b8a51f3b476fa970082 (patch)
tree6f18bc7d2da608daacd4a40927bac4ed98bb73ec /php_redis.h
parentc8a60a1dd573e57e895ff4aecfb31771e885342b (diff)
Added SETRANGE, missing doc and tests.
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 7359f1ae..e825a8e0 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -46,6 +46,7 @@ PHP_METHOD(Redis, decrBy);
PHP_METHOD(Redis, type);
PHP_METHOD(Redis, append);
PHP_METHOD(Redis, getRange);
+PHP_METHOD(Redis, setRange);
PHP_METHOD(Redis, strlen);
PHP_METHOD(Redis, getKeys);
PHP_METHOD(Redis, sort);