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:50:29 +0400
committermichael-grunder <michael.grunder@gmail.com>2014-07-21 23:50:29 +0400
commit96374a91051ded6275885dd2459f0c7bd5d300fe (patch)
treec7fd179b24fb366ac4d063842ddc40aa84a3bea3 /php_redis.h
parent6d14bf535548f1614d07460f0939cf5a29ec7103 (diff)
Implement DEBUG OBJECT
Addresses #342
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 ccc2e724..e6ec1ef2 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);