Added support for JSON.MERGE command (#1304)

This commit is contained in:
Vladyslav Vildanov
2023-06-08 12:16:14 +03:00
committed by GitHub
parent a711ef96e2
commit df83c94bb3
4 changed files with 134 additions and 0 deletions
+1
View File
@@ -187,6 +187,7 @@ use Predis\Response\Status;
* @method int jsonforget(string $key, string $path = '$')
* @method string jsonget(string $key, string $indent = '', string $newline = '', string $space = '', string ...$paths)
* @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 array jsonobjkeys(string $key, string $path = '$')
* @method array jsonobjlen(string $key, string $path = '$')