mirror of
https://github.com/predis/predis.git
synced 2026-09-23 16:50:58 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user