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

Method lpop

redis/commands/core.py:4920–4924  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        count: int | None = None,
    )

Source from the content-addressed store, hash-verified

4918
4919 @overload
4920 def lpop(
4921 self: SyncClientProtocol,
4922 name: KeyT,
4923 count: int | None = None,
4924 ) -> bytes | str | list[bytes | str] | None: ...
4925
4926 @overload
4927 def lpop(

Callers 8

dt_list.pyFile · 0.80
cmds_list.pyFile · 0.80
test_lpopMethod · 0.80
test_lpop_countMethod · 0.80
test_lpopMethod · 0.80
lpopFunction · 0.80
lpopFunction · 0.80
runFunction · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 3

test_lpopMethod · 0.64
test_lpop_countMethod · 0.64
test_lpopMethod · 0.64