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>2012-06-05 20:04:10 +0400
committermichael-grunder <michael.grunder@gmail.com>2012-06-05 20:04:10 +0400
commitf1231c98e2d48a1f57797b6549c3e44470141233 (patch)
treed314e07c2d038a7bc113ddd0da9c43085985fa29 /php_redis.h
parentf295c1c9d63f3397021bbcac3ccfed3b999ce3ea (diff)
TIME command
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 4a87e496..4092d38f 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -136,6 +136,8 @@ PHP_METHOD(Redis, dump);
PHP_METHOD(Redis, restore);
PHP_METHOD(Redis, migrate);
+PHP_METHOD(Redis, time);
+
PHP_METHOD(Redis, getLastError);
PHP_METHOD(Redis, _prefix);
PHP_METHOD(Redis, _unserialize);