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

Method arrtrim

redis/commands/json/commands.py:208–210  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: str, path: str, start: int, stop: int
    )

Source from the content-addressed store, hash-verified

206
207 @overload
208 def arrtrim(
209 self: SyncClientProtocol, name: str, path: str, start: int, stop: int
210 ) -> int | list[int | None] | None: ...
211
212 @overload
213 def arrtrim(

Callers 5

dt_json.pyFile · 0.80
test_arrtrimFunction · 0.80
test_arrtrim_dollarFunction · 0.80
test_arrtrimFunction · 0.80
test_arrtrim_dollarFunction · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 4

test_arrtrimFunction · 0.64
test_arrtrim_dollarFunction · 0.64
test_arrtrimFunction · 0.64
test_arrtrim_dollarFunction · 0.64