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>2014-07-21 23:51:01 +0400
committermichael-grunder <michael.grunder@gmail.com>2014-07-21 23:51:01 +0400
commitf78c9f4a155837c1ebf087c4346cce005d79f26b (patch)
tree06c56f574545bf4fe6934be8760968638b706e83 /php_redis.h
parentba4a21a5d52868b0ddfb31dd39874d9099b97749 (diff)
parent96374a91051ded6275885dd2459f0c7bd5d300fe (diff)
Merge branch 'hotfix/debug_object' into develop
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index d6ee5495..437d0df8 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -134,6 +134,7 @@ PHP_METHOD(Redis, bitpos);
PHP_METHOD(Redis, eval);
PHP_METHOD(Redis, evalsha);
PHP_METHOD(Redis, script);
+PHP_METHOD(Redis, debug);
PHP_METHOD(Redis, dump);
PHP_METHOD(Redis, restore);
PHP_METHOD(Redis, migrate);