Extend Sorted Set support by implementing ZMSCORE (#823)

This commit is contained in:
vladvildanov
2022-11-17 17:48:16 +02:00
committed by GitHub
parent bdebad7d62
commit 94bd54b2af
4 changed files with 123 additions and 0 deletions
+1
View File
@@ -127,6 +127,7 @@ 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 zmscore(string $key, string ...$member)
* @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)