Added support for ZMPOP command (#831)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-01 22:10:20 +02:00
committed by GitHub
parent cfd6f030bc
commit 7904fed6da
8 changed files with 479 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ use Predis\Response\Status;
* @method int zdiffstore(string $destination, array $keys)
* @method string zincrby(string $key, int $increment, string $member)
* @method int zinterstore(string $destination, array|string $keys, array $options = null)
* @method array zmpop(array $keys, string $modifier = 'min', int $count = 1)
* @method array zmscore(string $key, string ...$member)
* @method array zpopmin(string $key, int $count = 1)
* @method array zpopmax(string $key, int $count = 1)