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
@@ -56,6 +56,7 @@ use Predis\Response\Status;
* @method int decrby(string $key, int $decrement)
* @method string|null get(string $key)
* @method int getbit(string $key, $offset)
* @method int|null getex(string $key, $modifier = '', $value = false)
* @method string getrange(string $key, $start, $end)
* @method string getdel(string $key)
* @method string|null getset(string $key, $value)