redis_incr
Increments a Redis key's value by a given amount. Use to atomically increase numerical counters or metrics stored in Redis.
Instructions
Increment the value of a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key to increment. | |
| amount | No | Amount to increment by (default: 1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |