mirror of
https://github.com/predis/predis.git
synced 2026-08-24 00:39:45 +00:00
Extend Sorted Set support by implementing ZMSCORE (#823)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user