mirror of
https://github.com/predis/predis.git
synced 2026-08-26 00:59:54 +00:00
Added support for JSON.MERGE command (#1304)
This commit is contained in:
committed by
GitHub
parent
a711ef96e2
commit
df83c94bb3
@@ -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 = '$')
|
||||
|
||||
Reference in New Issue
Block a user