mirror of
https://github.com/predis/predis.git
synced 2026-08-24 17:49:34 +00:00
Updated INCREX arguments (#1677)
* Updated INCREX command arguments * Updated test image * Updated CHANGELOG.md * Updated test image
This commit is contained in:
committed by
GitHub
parent
d6f91964e0
commit
37ed2dcd77
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user