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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-01-12 00:09:10 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-03-04 20:27:31 +0300
commitc52077b7b04927c95b450494f39135cae11b58d9 (patch)
treef8c75d33d920fb9509d599c1b587c260186e34c1 /php_redis.h
parent12a333534f411a22f817ea21dec4fb45861fbeb8 (diff)
Issue #1087
`hStrLen` command
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);