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 19:55:20 +0300
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-16 19:55:20 +0300
commitc8a60a1dd573e57e895ff4aecfb31771e885342b (patch)
tree8b5ad3a05f79f0f25cf1a2b8e1a18606230e65b3 /php_redis.h
parent1929e9b5c2d76261d401fc6321d7f465cb0e95d1 (diff)
Replaced SUBSTR with GETRANGE.
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 bb23bdc5..7359f1ae 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -45,7 +45,7 @@ PHP_METHOD(Redis, decr);
PHP_METHOD(Redis, decrBy);
PHP_METHOD(Redis, type);
PHP_METHOD(Redis, append);
-PHP_METHOD(Redis, substr);
+PHP_METHOD(Redis, getRange);
PHP_METHOD(Redis, strlen);
PHP_METHOD(Redis, getKeys);
PHP_METHOD(Redis, sort);