mirror of
https://github.com/predis/predis.git
synced 2026-08-25 07:19:40 +00:00
Added support for GETEX command (#872)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
4a77aea9ef
commit
83fb0020a1
@@ -47,6 +47,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this decrby($key, $decrement)
|
||||
* @method $this get($key)
|
||||
* @method $this getbit($key, $offset)
|
||||
* @method $this getex(string $key, $modifier = '', $value = false)
|
||||
* @method $this getrange($key, $start, $end)
|
||||
* @method $this getdel(string $key)
|
||||
* @method $this getset($key, $value)
|
||||
|
||||
Reference in New Issue
Block a user