mirror of
https://github.com/predis/predis.git
synced 2026-08-26 17:19:54 +00:00
Added support for JSON.MSET command (#1307)
This commit is contained in:
committed by
GitHub
parent
df83c94bb3
commit
c57a6744bb
@@ -189,6 +189,7 @@ use Predis\Response\Status;
|
||||
* @method string jsonnumincrby(string $key, string $path, int $value)
|
||||
* @method Status jsonmerge(string $key, string $path, string $value)
|
||||
* @method array jsonmget(array $keys, string $path)
|
||||
* @method Status jsonmset(string ...$keyPathValue)
|
||||
* @method array jsonobjkeys(string $key, string $path = '$')
|
||||
* @method array jsonobjlen(string $key, string $path = '$')
|
||||
* @method array jsonresp(string $key, string $path = '$')
|
||||
|
||||
Reference in New Issue
Block a user