mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Change ZPOP* return type and implement blocking variants
This commit updates ZPOPMIN/ZPOPMAX to return the same format that zRange WITHSCORES and zRangeByScore WITHSCORES does. In addition the blocking variants BZPOPMIN and BZPOPMAX are implemented.
This commit is contained in:
@@ -133,6 +133,8 @@ PHP_METHOD(Redis, zInter);
|
||||
PHP_METHOD(Redis, zUnion);
|
||||
PHP_METHOD(Redis, zPopMax);
|
||||
PHP_METHOD(Redis, zPopMin);
|
||||
PHP_METHOD(Redis, bzPopMax);
|
||||
PHP_METHOD(Redis, bzPopMin);
|
||||
PHP_METHOD(Redis, expireAt);
|
||||
PHP_METHOD(Redis, pexpireAt);
|
||||
PHP_METHOD(Redis, bgrewriteaof);
|
||||
|
||||
Reference in New Issue
Block a user