Added ZPOPMIN and ZPOPMAX (#758)

* Added ZPOPMIN and ZPOPMAX

* Added ZPOPMIN and ZPOPMAX

* Applied patch
This commit is contained in:
Michal Lulco
2022-05-16 17:00:06 +02:00
committed by GitHub
parent c508086b0e
commit 6af5394a89
5 changed files with 293 additions and 0 deletions
+2
View File
@@ -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)