mirror of
https://github.com/predis/predis.git
synced 2026-08-21 16:10:56 +00:00
Added support for GETDEL command (#869)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
72bc11eb63
commit
4a77aea9ef
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user