Added support for GETDEL command (#869)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-20 19:32:58 +02:00
committed by GitHub
parent 72bc11eb63
commit 4a77aea9ef
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ use Predis\Response\Status;
* @method string|null get(string $key)
* @method int getbit(string $key, $offset)
* @method string getrange(string $key, $start, $end)
* @method string getdel(string $key)
* @method string|null getset(string $key, $value)
* @method int incr(string $key)
* @method int incrby(string $key, int $increment)