mirror of
https://github.com/predis/predis.git
synced 2026-08-24 10:29:27 +00:00
Added support for MSET command (#1610)
* Added support for MSET command * Codestyle fixes
This commit is contained in:
committed by
GitHub
parent
f4dcf6ce57
commit
ce853ecec2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user