Skip to content

Commit 4d396f8

Browse files
authored
Fix JSON.MERGE Summary (#2786)
* Fix JSON.MERGE Summary * linters
1 parent d95d8a2 commit 4d396f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redis/commands/json/commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ def merge(
261261
decode_keys: Optional[bool] = False,
262262
) -> Optional[str]:
263263
"""
264-
Sets or updates the JSON value at a path..
264+
Merges a given JSON value into matching paths. Consequently, JSON values
265+
at matching paths are updated, deleted, or expanded with new children
265266
266267
``decode_keys`` If set to True, the keys of ``obj`` will be decoded
267268
with utf-8.

0 commit comments

Comments
 (0)