redis_count
Task that increments a specified or well-known redis key.
def redis_count(
redis_key: string = "redis-count"
) - > null
Task that increments a specified or well-known redis key.
Parameters
| Name | Type | Description |
|---|---|---|
| redis_key | string = "redis-count" | The specific key in the Redis database to be incremented. |
Returns
| Type | Description |
|---|---|
null | This function does not return a value; it performs an in-place increment on the Redis server. |