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
@@ -48,6 +48,7 @@ use Predis\Command\CommandInterface;
* @method $this get($key)
* @method $this getbit($key, $offset)
* @method $this getrange($key, $start, $end)
* @method $this getdel(string $key)
* @method $this getset($key, $value)
* @method $this incr($key)
* @method $this incrby($key, $increment)