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