RedisDatabase.decr

Decrement the integer value of a key by one

struct RedisDatabase
long
decr
(
string key
,
long value = 1
)

Meta