redis_decr
Decrements the integer value of a Redis key by one. Ideal for counting down or reducing numeric values in Redis.
Instructions
Decrement the integer value of a key. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |