Added support for CF.DEL command (#1080)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-02-01 09:14:50 +02:00
committed by GitHub
parent 92d4306dc4
commit 4284409c7b
4 changed files with 130 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ use Predis\Response\Status;
* @method int cfadd(string $key, $item)
* @method int cfaddnx(string $key, $item)
* @method int cfcount(string $key, $item)
* @method int cfdel(string $key, $item)
* @method int cfexists(string $key, $item)
* @method int cfmexists(string $key, ...$item)
* @method array cfinfo(string $key)