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@users.noreply.github.com>2021-01-24 00:18:26 +0300
committerGitHub <noreply@github.com>2021-01-24 00:18:26 +0300
commitb24ce29daa0bd573d0fe34001738bf55f8fa8566 (patch)
tree3289dc981d9f85328a73ca02cd84163df45f84b8 /php_redis.h
parente9ba9ff12e74c3483f2cb54b7fc9fb7250829a2a (diff)
parenta534a2c36bb2fab0b27fbd651ae9f64115a2821e (diff)
Merge pull request #1911 from phpredis/issue-1894-zmscore
[WIP] Issue #1894
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 88e9178f..92de1a45 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -126,6 +126,7 @@ PHP_METHOD(Redis, zCard);
PHP_METHOD(Redis, zCount);
PHP_METHOD(Redis, zIncrBy);
PHP_METHOD(Redis, zLexCount);
+PHP_METHOD(Redis, zMscore);
PHP_METHOD(Redis, zPopMax);
PHP_METHOD(Redis, zPopMin);
PHP_METHOD(Redis, zRange);