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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-07-19 11:53:43 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-07-19 11:53:43 +0400
commitc27cc5b82f68bdd8e6cc98c5afeeb7eac8d308e5 (patch)
treed49c1be106ebe0e5ce22d864f7bd654a10a7699d /php_redis.h
parentfb5776a27016631d206f1963a44fa17ef5560f24 (diff)
Added SRANDMEMBER, reported by `Virtuall` on IRC.
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index ed37c793..d251596d 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -59,6 +59,7 @@ PHP_METHOD(Redis, sSize);
PHP_METHOD(Redis, sRemove);
PHP_METHOD(Redis, sMove);
PHP_METHOD(Redis, sPop);
+PHP_METHOD(Redis, sRandMember);
PHP_METHOD(Redis, sContains);
PHP_METHOD(Redis, sMembers);
PHP_METHOD(Redis, sInter);