mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Added support for TDIGEST.BYRANK command (#1096)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
cf539f9ea7
commit
1313a1b4c2
@@ -174,6 +174,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this sunion(array|string $keys)
|
||||
* @method $this sunionstore($destination, array|string $keys)
|
||||
* @method $this tdigestadd(string $key, float ...$value)
|
||||
* @method $this tdigestbyrank(string $key, int ...$rank)
|
||||
* @method $this tdigestcreate(string $key, int $compression = 0)
|
||||
* @method $this tdigestinfo(string $key)
|
||||
* @method $this zadd($key, array $membersAndScoresDictionary)
|
||||
|
||||
Reference in New Issue
Block a user