mirror of
https://github.com/predis/predis.git
synced 2026-08-24 08:09:39 +00:00
Add Support for CF.ADDNX (#1048)
* add support for CF.ADDNX * fix key name * fix wrong command
This commit is contained in:
@@ -60,6 +60,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this bzpopmin(array $keys, int $timeout)
|
||||
* @method $this bzmpop(int $timeout, array $keys, string $modifier = 'min', int $count = 1)
|
||||
* @method $this cfadd(string $key, $item)
|
||||
* @method $this cfaddnx(string $key, $item)
|
||||
* @method $this cfexists(string $key, $item)
|
||||
* @method $this decr($key)
|
||||
* @method $this decrby($key, $decrement)
|
||||
|
||||
Reference in New Issue
Block a user