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

Method ltrim

redis/commands/core.py:5049–5049  ·  view source on GitHub ↗
(self: SyncClientProtocol, name: KeyT, start: int, end: int)

Source from the content-addressed store, hash-verified

5047
5048 @overload
5049 def ltrim(self: SyncClientProtocol, name: KeyT, start: int, end: int) -> bool: ...
5050
5051 @overload
5052 def ltrim(

Callers 3

dt_list.pyFile · 0.80
test_ltrimMethod · 0.80
test_ltrimMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 2

test_ltrimMethod · 0.64
test_ltrimMethod · 0.64