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>2009-11-20 14:24:03 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-20 14:24:03 +0300
commit46dce68bb33de1c63a86a9c194fcf6550482cc66 (patch)
treec6842fbb731c5a88a3e3fbf79f9141968f007c26 /php_redis.h
parent2cdbdd5fb354e25f7aa4dd5d99e063f99fe2f730 (diff)
TTL + test.
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 73e1d751..863935bb 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -71,6 +71,7 @@ PHP_METHOD(Redis, lastSave);
PHP_METHOD(Redis, flushDB);
PHP_METHOD(Redis, flushAll);
PHP_METHOD(Redis, dbSize);
+PHP_METHOD(Redis, ttl);
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)