mirror of
https://github.com/predis/predis.git
synced 2026-09-23 08:41:20 +00:00
Support CF.MEXISTS Command (#1081)
* add support for CF.ADDNX * fix key name * fix wrong command * Support CF.MEXISTS Command * fix test * Add more assertions
This commit is contained in:
@@ -72,6 +72,7 @@ use Predis\Response\Status;
|
||||
* @method int cfaddnx(string $key, $item)
|
||||
* @method int cfcount(string $key, $item)
|
||||
* @method int cfexists(string $key, $item)
|
||||
* @method int cfmexists(string $key, ...$item)
|
||||
* @method int decr(string $key)
|
||||
* @method int decrby(string $key, int $decrement)
|
||||
* @method Status failover(?To $to = null, bool $abort = false, int $timeout = -1)
|
||||
|
||||
Reference in New Issue
Block a user