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@github.com>2012-05-11 01:45:48 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-11 01:45:48 +0400
commitd18388b3a0e3cc865ae9d665ec67b2d60257e4f7 (patch)
tree94238539fcb1cd7ec491d34fdcc004d9bd1f62af /php_redis.h
parent96af61b109f79a67c000dbe740c47664f9461a06 (diff)
DUMP, RESTORE commands
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 e88038c2..577c4276 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -130,6 +130,8 @@ PHP_METHOD(Redis, object);
PHP_METHOD(Redis, eval);
PHP_METHOD(Redis, evalsha);
PHP_METHOD(Redis, script);
+PHP_METHOD(Redis, dump);
+PHP_METHOD(Redis, restore);
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, msetnx);