Added support for JSON.MSET command (#1307)

This commit is contained in:
Vladyslav Vildanov
2023-06-08 17:35:04 +03:00
committed by GitHub
parent df83c94bb3
commit c57a6744bb
4 changed files with 115 additions and 0 deletions
+1
View File
@@ -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 = '$')