MCPcopy
hub / github.com/redis/redis-py / arrappend

Method arrappend

redis/commands/json/commands.py:56–61  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: str,
        path: str | None = Path.root_path(),
        *args: JsonType,
    )

Source from the content-addressed store, hash-verified

54
55 @overload
56 def arrappend(
57 self: SyncClientProtocol,
58 name: str,
59 path: str | None = Path.root_path(),
60 *args: JsonType,
61 ) -> int | list[int | None] | None: ...
62
63 @overload
64 def arrappend(

Callers 9

dt_json.pyFile · 0.80
test_arrappendFunction · 0.80
test_arrappend_dollarFunction · 0.80
test_arrinsert_dollarFunction · 0.80
test_arrlen_dollarFunction · 0.80
test_arrappendFunction · 0.80
test_arrappend_dollarFunction · 0.80
test_arrinsert_dollarFunction · 0.80
test_arrlen_dollarFunction · 0.80

Calls 4

root_pathMethod · 0.80
_encodeMethod · 0.80
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 8

test_arrappendFunction · 0.64
test_arrappend_dollarFunction · 0.64
test_arrinsert_dollarFunction · 0.64
test_arrlen_dollarFunction · 0.64
test_arrappendFunction · 0.64
test_arrappend_dollarFunction · 0.64
test_arrinsert_dollarFunction · 0.64
test_arrlen_dollarFunction · 0.64