合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 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); ``` ##