redis_flushdb
Delete all keys from the current Redis database. Use with caution as data is permanently removed.
Instructions
Delete all keys from the current database. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |