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