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:
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);