Updated INCREX arguments (#1677)

* Updated INCREX command arguments

* Updated test image

* Updated CHANGELOG.md

* Updated test image
This commit is contained in:
Vladyslav Vildanov
2026-05-22 12:17:15 +03:00
committed by GitHub
parent d6f91964e0
commit 37ed2dcd77
6 changed files with 35 additions and 79 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ use Predis\Response\Status;
* @method int incr(string $key)
* @method int incrby(string $key, int $increment)
* @method string incrbyfloat(string $key, int|float $increment)
* @method array increx(string $key, int|float|string $value, ?int $lbound = null, ?int $ubound = null, ?string $overflow = null, ?string $expireType = null, $expireValue = null, bool $enx = false)
* @method array increx(string $key, int|float|string $value, ?int $lbound = null, ?int $ubound = null, bool $saturate = false, ?string $expireType = null, $expireValue = null, bool $enx = false)
* @method array mget(string[]|string $keyOrKeys, string ...$keys = null)
* @method mixed mset(array $dictionary)
* @method array msetex(array $dictionary, ?string $existModifier = null, ?string $expireResolution = null, ?int $expireTTL = null)