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

前端 未结 12 1111
耶瑟儿~
耶瑟儿~ 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:26

    I also want to do the same thing: migrate a db from a standalone redis instance to a another redis instances(redis sentinel).

    Because the data is not critical(session data), i will give https://github.com/yaauie/redis-copy a try.

提交回复
热议问题