How do I move a redis database from one server to another?

前端 未结 12 1112
耶瑟儿~
耶瑟儿~ 2020-12-12 09:27

I currently have a live redis server running on a cloud instance and I want to migrate this redis server to a new cloud instance and use that instance as my new redis server

12条回答
  •  长情又很酷
    2020-12-12 10:20

    I just published a command line interface utility to npm and github that allows you to copy keys that match a given pattern (even *) from one Redis database to another.

    You can find the utility here:

    https://www.npmjs.com/package/redis-utils-cli

提交回复
热议问题