Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ decrby
Method
decrby
redis/commands/core.py:2836–2836 ·
view source on GitHub ↗
(self: SyncClientProtocol, name: KeyT, amount: int = 1)
Source
from the content-addressed store, hash-verified
2834
2835
@overload
2836
def
decrby(self: SyncClientProtocol, name: KeyT, amount: int = 1) -> int: ...
2837
2838
@overload
2839
def
decrby(
Callers
6
test_decrby
Method · 0.45
test_incrby_decrby
Function · 0.45
test_decrby_with_insertion_filters
Function · 0.45
test_decrby
Method · 0.45
test_incrby_decrby
Function · 0.45
test_decrby_with_insertion_filters
Function · 0.45
Calls
1
execute_command
Method · 0.45
Tested by
6
test_decrby
Method · 0.36
test_incrby_decrby
Function · 0.36
test_decrby_with_insertion_filters
Function · 0.36
test_decrby
Method · 0.36
test_incrby_decrby
Function · 0.36
test_decrby_with_insertion_filters
Function · 0.36