Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
test_ltrim
Method · 0.80
test_ltrim
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
2
test_ltrim
Method · 0.64
test_ltrim
Method · 0.64