mirror of
https://github.com/predis/predis.git
synced 2026-08-24 17:09:24 +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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user