From e74ffe036643265b18e864a9a4139cdb3d072d65 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 3 Mar 2014 06:23:38 -0800 Subject: Implemented BITPOS command This commit introduces the new BITPOS redis command http://redis.io/commands/bitpos --- 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 176ba2b6..12eb7462 100644 --- a/php_redis.h +++ b/php_redis.h @@ -129,6 +129,7 @@ PHP_METHOD(Redis, slaveof); PHP_METHOD(Redis, object); PHP_METHOD(Redis, bitop); PHP_METHOD(Redis, bitcount); +PHP_METHOD(Redis, bitpos); PHP_METHOD(Redis, eval); PHP_METHOD(Redis, evalsha); -- cgit v1.2.3