tencent cloud

Tencent Cloud Distributed Cache (Redis OSS-Compatible)

Release Notes and Announcements
Release Notes
Announcements
User Tutorial
Product Introduction
Overview
Product Strengths
Use Cases
Storage Engine
Product Series
Product Versions
Specifications and Performance
Read/Write Separation
Multi-AZ Deployment
Regions and AZs
Terms
Service Regions and Service Providers
Purchase Guide
Billing Overview
Pricing Center
Instance Purchasing
Renewal (Yearly/Monthly Subscription)
Refund (Yearly/Monthly Subscription)
Overdue Payments
Switching from Pay-as-You-Go to Yearly/Monthly Subscription
Getting Started
Quickly Creating an Instance
Connecting to Redis Instance
Operation Guide
Operation Overview
Connecting to a Database Instance
Managing Instances
Upgrade Instance
Management Node (Redis/ValKey Edition)
Multi-AZ Deployment Management
Backup and Restoration
Managing Accounts
Parameter Configuration
Slow Query
Access Management
Network and Security
Monitoring and Alarms
Event Management (Redis/ValKey Edition)
Data Migration
Global Replication for Redis Edition
Database Audit
Performance Optimization
Sentinel Mode
Development Guidelines
Naming Rules
Basic Usage Guidelines
Design Principles of Key and Value
Command Usage Guidelines
Design Principles of Client Programs
Connection Pool Configuration
Command Reference
Command Reference Overview
Redis Edition and Valkey Edition Command Compatibility
Version Command Usage Differences
Differences Between the Proxy Architecture and Direct Connection Mode
More Command Operations (Redis/Valkey Edition)
Memcached Edition Command Compatibility
Practical Tutorial
Building TencentDB for Redis® Client Monitoring Based on Spring Boot
Redis Client Connection Configuration Policy and Practice
Global SCAN Guide for Cluster Architecture
Eliminating Instances Securely
Hot Key and Big Key
AZ Migration Scheme
Troubleshooting
Connection Exception
Exception Analysis and Solution of Redisson Client Timeout Reconnection
Performance Troubleshooting and Fine-Tuning
API Documentation
History
Introduction
API Category
Making API Requests
Instance APIs
Parameter Management APIs
Other APIs
Backup and Restoration APIs
Region APIs
Monitoring and Management APIs
Log APIs
Data Types
Error Codes
FAQs
General
Connection and Login
Purchase
Service Agreement
Service Level Agreement
Terms of Service
Glossary
Contact Us

User Guide

PDF
Focus Mode
Font Size
Last updated: 2025-12-23 17:02:44

Impact on the Source Database

During full data migration, DTS will consume some resources from the source instance, which may lead to an increase in the load on the source instance and add pressure to the database. If your database has a low configuration, it is recommended to perform the migration during off-peak hours.

Migration Restrictions and Notes

1. DTS migration requires the source instance to support the PSYNC command.
2. The source instance should be in a normal operating status to support migration. Migration is not possible if the password has not been initialized or if other tasks (such as scaling) are in progress.
3. If the source database is AWS ElasticCache for Redis, it requires submitting a ticket for application. The corresponding constraints and limitations are as follows:
3.1 Only ElasticCache for Redis is supported for migration; other AWS Redis products are currently not supported.
3.2 TLS connections are currently not supported. If TLS is enabled on the source database, it should be disabled before migration. However, since disabling TLS on AWS ElasticCache for Redis also disables Auth user authentication, this may expose your data to risks. Therefore, it is recommended to first create a security group, then disable TLS, and add the DTS Service IP to the source database's security group allowlist.
3.3 Since AWS ElasticCache for Redis replica nodes does not support the PSYNC command, migration can only be performed using the primary node.
4. DTS tasks cannot form circular synchronization. Data written during circular synchronization will not be terminated and will continuously loop, leading to a write storm.
5. DTS does not support resumable transmission. Since there are no Binlog files, all incremental data is synchronized in memory. If the connection is lost, the incremental data is lost from memory. Therefore, once a task is initiated, it cannot be interrupted or paused.
6. Migration of Modules is not supported.
7. If global replication is enabled for Tencent Cloud Redis, DTS only supports selecting a primary instance when connecting to the source database. Selection of a read-only instance only facilitates the migration of full data, as migration of incremental data is not supported currently.
8. Do not perform the following operations during migration, as they may result in migration task failure.
Do not modify or delete user information (including usernames, passwords, permissions) and port numbers in the source and target databases.
Do not delete the target database during the data migration phase.
Do not make changes to the target database during the data migration phase to prevent inconsistencies in the final data.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback