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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index eb701f5a..dd0f5528 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -174,6 +174,7 @@ PHP_METHOD(Redis, hIncrBy);
PHP_METHOD(Redis, hIncrByFloat);
PHP_METHOD(Redis, hMset);
PHP_METHOD(Redis, hMget);
+PHP_METHOD(Redis, hStrLen);
PHP_METHOD(Redis, multi);
PHP_METHOD(Redis, discard);