Added support for MSET command (#1610)

* Added support for MSET command

* Codestyle fixes
This commit is contained in:
Vladyslav Vildanov
2025-11-11 14:49:07 +02:00
committed by GitHub
parent f4dcf6ce57
commit ce853ecec2
6 changed files with 222 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ use Predis\Response\Status;
* @method string incrbyfloat(string $key, int|float $increment)
* @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)
* @method int msetnx(array $dictionary)
* @method Status psetex(string $key, $milliseconds, $value)
* @method Status|null set(string $key, $value, $expireResolution = null, $expireTTL = null, $flag = null)