Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ lrange
Method
lrange
redis/commands/core.py:4987–4989 ·
view source on GitHub ↗
( self: SyncClientProtocol, name: KeyT, start: int, end: int )
Source
from the content-addressed store, hash-verified
4985
4986
@overload
4987
def
lrange(
4988
self: SyncClientProtocol, name: KeyT, start: int, end: int
4989
) -> list[bytes | str]: ...
4990
4991
@overload
4992
def
lrange(
Callers
15
dt_list.py
File · 0.80
cmds_list.py
File · 0.80
test_brpoplpush
Method · 0.80
test_linsert
Method · 0.80
test_lpush
Method · 0.80
test_lpushx
Method · 0.80
test_lpushx_with_list
Method · 0.80
test_lrange
Method · 0.80
test_lrem
Method · 0.80
test_lset
Method · 0.80
test_ltrim
Method · 0.80
test_rpoplpush
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
15
test_brpoplpush
Method · 0.64
test_linsert
Method · 0.64
test_lpush
Method · 0.64
test_lpushx
Method · 0.64
test_lpushx_with_list
Method · 0.64
test_lrange
Method · 0.64
test_lrem
Method · 0.64
test_lset
Method · 0.64
test_ltrim
Method · 0.64
test_rpoplpush
Method · 0.64
test_rpush
Method · 0.64
test_rpushx
Method · 0.64