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-18 01:48:31 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-18 01:48:31 +0400
commit0ca8a1df21117bfc97c5a7af9e6f082beb3c7df6 (patch)
tree0e30d7c6e7c66eb0fbcf8060b839c953ac83a68d /php_redis.h
parentca7868dae8700949ec8565a05481d8f3e330b45e (diff)
parentf8f552e3b24ce7dbcbae2b0b4fecb9dd091a4a90 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 39272856..5bd97567 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -126,6 +126,8 @@ PHP_METHOD(Redis, pexpireAt);
PHP_METHOD(Redis, bgrewriteaof);
PHP_METHOD(Redis, slaveof);
PHP_METHOD(Redis, object);
+PHP_METHOD(Redis, bitop);
+PHP_METHOD(Redis, bitcount);
PHP_METHOD(Redis, eval);
PHP_METHOD(Redis, evalsha);