Add Support for CF.ADDNX (#1048)

* add support for CF.ADDNX

* fix key name

* fix wrong command
This commit is contained in:
shacharPash
2023-01-31 13:25:48 +02:00
committed by GitHub
parent c57fe5e2b2
commit 0bdfcddcc1
4 changed files with 120 additions and 0 deletions
+1
View File
@@ -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)