redis_incr
Increment an integer value stored in a Redis key. Use this to update counters or track event frequencies.
Instructions
Increment 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. |