Aurora for MySQL to Redis
BladePipe supports data replication from Aurora for MySQL to Redis. View supported migration, sync, verification, and connector capabilities.
| Function | Description |
|---|---|
Full Data Migration | Migrate data by sequentially scanning data in tables and writing it in batches to the target database. The default data format is JSON. |
Incremental Data Sync | Sync of common DML like INSERT, UPDATE, DELETE is supported. |
Data Verification and Correction | Verify all existing data. Optionally, you can correct the inconsistent data based on verification results. Scheduled DataTasks are supported. |
Subscription Modification | Add, delete, or modify the subscribed tables with support for historical data migration. For more information, see Modify Subscription. |
Position Resetting | Reset positions by file position or timestamp. Allow re-consumption of incremental data logs in a past period or since a specific Binlog file and position. |
Advanced Functions
| Function | Description |
|---|---|
Cache Expiration Time | Allow setting the cache expiration time (in seconds) for data after it is written to Redis. |
Concatenated Key | Form the target cache key by concatenating source database, table, and primary key value with colons. |
JSON Data Format | Serialize structured source data into JSON format. Allow field name conversion based on the rules, such as keeping the name the same as that in Source, converting the text to lowercase, converting the text to uppercase, or camel case. |