From 96374a91051ded6275885dd2459f0c7bd5d300fe Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 21 Jul 2014 12:50:29 -0700 Subject: Implement DEBUG OBJECT Addresses #342 --- php_redis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_redis.h') 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); -- cgit v1.2.3