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

Method arrpop

redis/commands/json/commands.py:177–182  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: str,
        path: str | None = Path.root_path(),
        index: int | None = -1,
    )

Source from the content-addressed store, hash-verified

175
176 @overload
177 def arrpop(
178 self: SyncClientProtocol,
179 name: str,
180 path: str | None = Path.root_path(),
181 index: int | None = -1,
182 ) -> JsonType | str | list[Any] | None: ...
183
184 @overload
185 def arrpop(

Callers 5

dt_json.pyFile · 0.80
test_arrpopFunction · 0.80
test_arrpop_dollarFunction · 0.80
test_arrpopFunction · 0.80
test_arrpop_dollarFunction · 0.80

Calls 2

root_pathMethod · 0.80
execute_commandMethod · 0.45

Tested by 4

test_arrpopFunction · 0.64
test_arrpop_dollarFunction · 0.64
test_arrpopFunction · 0.64
test_arrpop_dollarFunction · 0.64