We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95d8a2 commit 4d396f8Copy full SHA for 4d396f8
redis/commands/json/commands.py
@@ -261,7 +261,8 @@ def merge(
261
decode_keys: Optional[bool] = False,
262
) -> Optional[str]:
263
"""
264
- Sets or updates the JSON value at a path..
+ Merges a given JSON value into matching paths. Consequently, JSON values
265
+ at matching paths are updated, deleted, or expanded with new children
266
267
``decode_keys`` If set to True, the keys of ``obj`` will be decoded
268
with utf-8.
0 commit comments