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:
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index ccc2e724..d6ee5495 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -195,6 +195,11 @@ PHP_METHOD(Redis, hscan);
PHP_METHOD(Redis, sscan);
PHP_METHOD(Redis, zscan);
+/* HyperLogLog commands */
+PHP_METHOD(Redis, pfadd);
+PHP_METHOD(Redis, pfcount);
+PHP_METHOD(Redis, pfmerge);
+
/* Reflection */
PHP_METHOD(Redis, getHost);
PHP_METHOD(Redis, getPort);