MCPcopy
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.pyFile · 0.80
cmds_list.pyFile · 0.80
test_brpoplpushMethod · 0.80
test_linsertMethod · 0.80
test_lpushMethod · 0.80
test_lpushxMethod · 0.80
test_lpushx_with_listMethod · 0.80
test_lrangeMethod · 0.80
test_lremMethod · 0.80
test_lsetMethod · 0.80
test_ltrimMethod · 0.80
test_rpoplpushMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 15

test_brpoplpushMethod · 0.64
test_linsertMethod · 0.64
test_lpushMethod · 0.64
test_lpushxMethod · 0.64
test_lpushx_with_listMethod · 0.64
test_lrangeMethod · 0.64
test_lremMethod · 0.64
test_lsetMethod · 0.64
test_ltrimMethod · 0.64
test_rpoplpushMethod · 0.64
test_rpushMethod · 0.64
test_rpushxMethod · 0.64