mirror of
https://github.com/predis/predis.git
synced 2026-08-24 09:09:31 +00:00
Extend Sorted Set support by implementing ZDIFFSTORE command (#828)
* Added support for ZDIFF, added new WITHSCORE trait * Added trait to resolve numkeys argument * Added trait for unpacking keys array * Added static binding for Numkeys trait * Added ZDIFFSTORE command support * Changed access modifier type to more strict * Removed version annotation for inconsistency * Update ZDIFFSTORE.php Co-authored-by: Vladislav <vladislav@Admins-MacBook-Pro.local> Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local> Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
35d18d739a
commit
cfd6f030bc
@@ -110,6 +110,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this zcard($key)
|
||||
* @method $this zcount($key, $min, $max)
|
||||
* @method $this zdiff(array $keys, bool $withScores = false)
|
||||
* @method $this zdiffstore(string $destination, array $keys)
|
||||
* @method $this zincrby($key, $increment, $member)
|
||||
* @method $this zinterstore($destination, array|string $keys, array $options = null)
|
||||
* @method $this zmscore(string $key, string ...$member)
|
||||
|
||||
Reference in New Issue
Block a user