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>2020-12-22 00:12:21 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-12-22 00:12:21 +0300
commit62153473209d5b5107e8b2caa40011b76d99d85f (patch)
tree442eef938f00cb1fc7d3a203872cf0ee0af14c2f /php_redis.h
parentee82299666feaab51b87015ad7914f498a98d761 (diff)
[WIP] Issue #1894
Add Redis::sMisMember 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 24ba89a7..88e9178f 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -94,6 +94,7 @@ PHP_METHOD(Redis, sDiffStore);
PHP_METHOD(Redis, sInter);
PHP_METHOD(Redis, sInterStore);
PHP_METHOD(Redis, sMembers);
+PHP_METHOD(Redis, sMisMember);
PHP_METHOD(Redis, sMove);
PHP_METHOD(Redis, sPop);
PHP_METHOD(Redis, sRandMember);