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 03:17:47 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-11 03:17:47 +0400
commitdc36368624df82d86353988a6bd3319ce2666366 (patch)
tree2e57599be9b1cb2e76590ddadbf50cb3ea4280f3 /php_redis.h
parentd1d5a3152ba2a49a8c0973e358a0aac8fce97a91 (diff)
_prefix, _unserialize methods
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 577c4276..ccf8c971 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -133,6 +133,9 @@ PHP_METHOD(Redis, script);
PHP_METHOD(Redis, dump);
PHP_METHOD(Redis, restore);
+PHP_METHOD(Redis, _prefix);
+PHP_METHOD(Redis, _unserialize);
+
PHP_METHOD(Redis, mset);
PHP_METHOD(Redis, msetnx);
PHP_METHOD(Redis, rpoplpush);