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
@@ -111,6 +111,7 @@ use Predis\Command\CommandInterface;
* @method $this zcount($key, $min, $max)
* @method $this zincrby($key, $increment, $member)
* @method $this zinterstore($destination, array|string $keys, array $options = null)
* @method $this zmscore(string $key, string ...$member)
* @method $this zrange($key, $start, $stop, array $options = null)
* @method $this zrangebyscore($key, $min, $max, array $options = null)
* @method $this zrank($key, $member)