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>2012-04-29 21:17:45 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2012-04-29 21:17:45 +0400
commit7bff3ddd15d5b242d7bcae188a2730d586c21e25 (patch)
treeeda416e871201e8ebdb55ebd036b5e9876caa44c /php_redis.h
parentfe8e2fbebc5d2936e2cf6a68f9e1f8e35457a76e (diff)
Add PTTL.
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 dc91ee8f..3dc29cdf 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -98,6 +98,7 @@ PHP_METHOD(Redis, flushAll);
PHP_METHOD(Redis, dbSize);
PHP_METHOD(Redis, auth);
PHP_METHOD(Redis, ttl);
+PHP_METHOD(Redis, pttl);
PHP_METHOD(Redis, persist);
PHP_METHOD(Redis, info);
PHP_METHOD(Redis, resetStat);