AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## migrate ##### Description Migrates a key to a different Redis instance. 迁移一个KEY岛不同的REIDS实例。 ##### Parameters *host* string. The destination host *port* integer. The TCP port to connect to. *key* string. The key to migrate. *destination-db* integer. The target DB. *timeout* integer. The maximum amount of time given to this transfer. ##### Examples ``` <pre class="calibre16">$redis->migrate('backup', 6379, 'foo', 0, 3600); ``` ##