mirror of
https://github.com/predis/predis.git
synced 2026-08-21 14:51:06 +00:00
Added ZPOPMIN and ZPOPMAX (#758)
* Added ZPOPMIN and ZPOPMAX * Added ZPOPMIN and ZPOPMAX * Applied patch
This commit is contained in:
@@ -120,6 +120,8 @@ use Predis\Response\Status;
|
||||
* @method string zcount(string $key, int|string $min, int|string $max)
|
||||
* @method string zincrby(string $key, int $increment, string $member)
|
||||
* @method int zinterstore(string $destination, array|string $keys, array $options = null)
|
||||
* @method array zpopmin(string $key, int $count = 1)
|
||||
* @method array zpopmax(string $key, int $count = 1)
|
||||
* @method array zrange(string $key, int|string $start, int|string $stop, array $options = null)
|
||||
* @method array zrangebyscore(string $key, int|string $min, int|string $max, array $options = null)
|
||||
* @method int|null zrank(string $key, string $member)
|
||||
|
||||
Reference in New Issue
Block a user