mirror of
https://github.com/predis/predis.git
synced 2026-08-27 03:59:53 +00:00
Extended TDigest Sketch support by implementing TDIGEST.ADD command (#1094)
* Added support for TDIGEST.ADD command * Codestyle fixes --------- Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
43ecf3f4fb
commit
cf539f9ea7
@@ -173,6 +173,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this sscan($key, $cursor, array $options = null)
|
||||
* @method $this sunion(array|string $keys)
|
||||
* @method $this sunionstore($destination, array|string $keys)
|
||||
* @method $this tdigestadd(string $key, float ...$value)
|
||||
* @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