Chinese Event Name | Event English Name | Event Type | Dependent Dimension | Presence or absence of restoration concept | Event Description | Handling Methods and Recommendations |
Master/Replica switch | MasterSlaveSwitched | Status change | Instance Dimension | No | Database failover occurred. | A failure will cause the connection to the Distributed Cache service to be interrupted and temporarily unavailable. Please check whether the business has an automatic reconnection mechanism to ensure rapid restoration. |
Service unavailability | ServiceNotAvailable | Exception event | Instance dimension | Yes | Database failure causes unavailability. | We will recover the service as soon as possible and send a service recovery notification. If you have a disaster recovery instance, try switching your business to it. |
Read-only replica failover | ReadonlyReplicaSwitched | Status change | Instance Dimension | Yes | Database read-only replica failover occurred. | We will recover the service as soon as possible and send a service recovery notification. If you have a disaster recovery instance, try switching your business to it. You can also add more read-only replicas. |
Unavailable read-only replica | ReadonlyReplicaNotAvailable | Exception event | Instance dimension | Yes | Database read-only replica failure. | We will recover the service as soon as possible and send a service recovery notification. If you have a disaster recovery instance, try switching your business to it. You can also add more read-only replicas. |
Instance migration caused by server failure | ServerfailureInstanceMigration | Status change | Instance Dimension | Yes | Database server failure occurs. | The system detects that there is a hardware risk on the server and automatically performs a switch. The switch time is subject to the maintenance time. To change the time, do it promptly. |
Proxy Failover | Proxy switchover | Exception event | Instance dimension | Yes | proxy failover. | A failure will cause the connection to the Distributed Cache service to be interrupted and temporarily unavailable. Please check whether the business has an automatic reconnection mechanism to ensure rapid restoration. |
Instance Migration Triggered by Routine Maintenance of the Host Machine | Instance migrated due to risks on server | Exception event | Instance dimension | No | Instance migration triggered by routine maintenance of the host machine where the instance is deployed. | The migration process does not affect normal business access. However, there will be a brief second-level disconnection upon completion, accompanied by a primary/secondary switch alarm. Ensure your business has an automatic reconnection mechanism to facilitate rapid recovery. |
Console operation events (delivered based on CloudAudit) | Console operations (CloudAudit) | Exception event | Instance dimension | No | Instance operations such as addition, deletion, or reconfiguration. | Perform a manual investigation to address any issues. |
TencentCloud API Operation Events (delivered based on CloudAudit) | Cloud API actions (CloudAudit) | Exception event | Instance dimension | No | Instance operations such as addition, deletion, or reconfiguration. | Perform a manual investigation to address any issues. |
Mini Program Operation Event (delivered based on CloudAudit) | Mini program operations (CloudAudit) | Exception event | Instance dimension | No | Instance operations such as addition, deletion, or reconfiguration. | Perform a manual investigation to address any issues. |
Type | Pay-as-you-go |
Payment Method | Fees are charged hourly by the number of events actually delivered to the event bus. |
Billing Unit | CNY / million events |
Application Scenario | For applications with low or fluctuating message volumes, this approach effectively avoids resource waste. |

Interface Sections | Parameter | Parameter Description |
Basic information | Region | The region where the event rule is created. |
| Event Bus | Information about the event set to which the event rule belongs. |
| Rule name | Set the name of the event rule, which can include letters, Chinese characters, numbers, underscores, and hyphens. The name should start with a letter or Chinese character and end with a letter, number, or Chinese character, with a length of 2 to 60 characters. Note: Once created, the rule name cannot be modified. |
| Rule description | Provide a brief description of the event rule. |
| Tag | Select Enable and assign tag keys and values to the event. |
| Data Conversion | Select whether data transformation is required. |
Event sample | Tencent Cloud service | In the dropdown list, select TencentDB for Redis. |
| Select event sample | Select a specific event from the dropdown. The corresponding JSON format event rule will be automatically generated based on the selected event. |
Event matching | Rule Pattern | Template: This mode allows selecting Tencent Cloud service and Event Type to define event matching rules. 1.1 In this section, select TencentDB for Redis from the Tencent Cloud service dropdown. 1.2 In this section, select the specific event from the Event Type dropdown. 1.3 In the Subject to match dropdown, select the specific monitored instance. 1.4 In the Rule preview section on the right, the event rule will be generated in JSON syntax format by default. 1.5 Click Test match rule to perform a basic syntax check, or click Edit match rule to adjust it as needed. Custom events: Manually write event matching rules. |

Parameter | Description |
Rule pattern preview | Selecting Sample event allows you to use an event template for data transformation. Selecting Manually input enables you to customize event fields in the input box below. |
Tencent Cloud service | In the dropdown list, select TencentDB for Redis. |
Event template | Select a specific event from the dropdown. The corresponding JSON format event rule will be automatically generated based on the selected event. |
Target | All events: Routes the entire event structure, including all fields, to the event target. Specified events: EventBridge extracts specific parameters from the event using JSONPath configured fields in the CloudEvents, routing only the specified fields to the event target. |
JSONPath | When the conversion target is set to Specified events, this parameter is displayed. Enter the event fields to be converted in the input box. |
Parsing mode | 1. Select the parsing mode, supporting JSON, delimiter, or regex extraction. 2. Click OK to generate the parsing results. 3. Click Test to view the test results. |

API | Feature Description |
Checks a rule | |
Creates an event rule | |
Deletes an event rule | |
Gets the details of an event rule | |
Gets the list of event rules | |
Updates an event rule |
Feedback