Added support for GETEX command (#872)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-23 21:17:24 +02:00
committed by GitHub
parent 4a77aea9ef
commit 83fb0020a1
4 changed files with 233 additions and 0 deletions
+1
View File
@@ -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)