mirror of
https://github.com/predis/predis.git
synced 2026-08-25 13:29:36 +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
@@ -126,6 +126,7 @@ use Predis\Response\Status;
|
||||
* @method int zcard(string $key)
|
||||
* @method string zcount(string $key, int|string $min, int|string $max)
|
||||
* @method array zdiff(array $keys, bool $withScores = false)
|
||||
* @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 zmscore(string $key, string ...$member)
|
||||
|
||||
Reference in New Issue
Block a user