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

Method lrem

redis/commands/core.py:5011–5011  ·  view source on GitHub ↗
(self: SyncClientProtocol, name: KeyT, count: int, value: str)

Source from the content-addressed store, hash-verified

5009
5010 @overload
5011 def lrem(self: SyncClientProtocol, name: KeyT, count: int, value: str) -> int: ...
5012
5013 @overload
5014 def lrem(

Callers 2

test_lremMethod · 0.80
test_lremMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 2

test_lremMethod · 0.64
test_lremMethod · 0.64