Add support for TDIGEST.RANK command (#1103)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-02-07 09:55:37 +02:00
committed by GitHub
parent 251f60435b
commit b38a9f6441
4 changed files with 125 additions and 0 deletions
+1
View File
@@ -191,6 +191,7 @@ use Predis\Response\Status;
* @method array tdigestinfo(string $key)
* @method string tdigestmax(string $key)
* @method string tdigestmin(string $key)
* @method array tdigestrank(string $key, float ...$value)
* @method string xadd(string $key, array $dictionary, string $id = '*', array $options = null)
* @method int xdel(string $key, string ...$id)
* @method int xlen(string $key)