Extended support by implementing TDIGEST.MIN command (#1100)

* add support for CF.ADDNX

* fix key name

* fix wrong command

* Pulling changes

* Support TDIGEST.MIN
This commit is contained in:
shacharPash
2023-02-06 14:48:39 +02:00
committed by GitHub
parent 8b673b56f0
commit 251f60435b
4 changed files with 122 additions and 0 deletions
+1
View File
@@ -190,6 +190,7 @@ use Predis\Response\Status;
* @method Status tdigestcreate(string $key, int $compression = 0)
* @method array tdigestinfo(string $key)
* @method string tdigestmax(string $key)
* @method string tdigestmin(string $key)
* @method string xadd(string $key, array $dictionary, string $id = '*', array $options = null)
* @method int xdel(string $key, string ...$id)
* @method int xlen(string $key)