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:
shacharPash
2023-01-31 16:02:30 +02:00
committed by GitHub
parent eb4c5c349d
commit 00248ea3db
4 changed files with 103 additions and 0 deletions
+1
View File
@@ -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)