MCPcopy
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_decrbyMethod · 0.45
test_incrby_decrbyFunction · 0.45
test_decrbyMethod · 0.45
test_incrby_decrbyFunction · 0.45

Calls 1

execute_commandMethod · 0.45

Tested by 6

test_decrbyMethod · 0.36
test_incrby_decrbyFunction · 0.36
test_decrbyMethod · 0.36
test_incrby_decrbyFunction · 0.36