Added support for TDIGEST.BYRANK command (#1096)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-02-06 10:09:18 +02:00
committed by GitHub
parent cf539f9ea7
commit 1313a1b4c2
5 changed files with 115 additions and 0 deletions
+1
View File
@@ -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)