Skip to content

Commit

Permalink
Fix JSON.MERGE Summary (#2786)
Browse files Browse the repository at this point in the history
* Fix JSON.MERGE Summary

* linters
  • Loading branch information
shacharPash committed Jun 17, 2023
1 parent d95d8a2 commit 4d396f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redis/commands/json/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ def merge(
decode_keys: Optional[bool] = False,
) -> Optional[str]:
"""
Sets or updates the JSON value at a path..
Merges a given JSON value into matching paths. Consequently, JSON values
at matching paths are updated, deleted, or expanded with new children
``decode_keys`` If set to True, the keys of ``obj`` will be decoded
with utf-8.
Expand Down

0 comments on commit 4d396f8

Please sign in to comment.