Home  >  Q&A  >  body text

redis从windows迁移到linux要怎么做?

原来有个redis服务,用的是微软维护的一个windows64位的版本。里面有缓存和一些计数器。现在想迁移到centos下。我们原来的想法是把数据文件复制到相应目录。但是不知道是否还有其它问题。望指教

漂亮男人漂亮男人2704 days ago729

reply all(2)I'll reply

  • phpcn_u1582

    phpcn_u15822017-04-26 09:03:34

    The way to avoid copying files is to set up a slave server.
    Then let linux automatically copy the data to the slave server.
    You mainly check whether the data is complete.

    http://redis.cn/topics/replic...

    reply
    0
  • 世界只因有你

    世界只因有你2017-04-26 09:03:34

    Brother, you use redis to cache some counters. What is the logic? Can you explain it to me? Let me learn from it

    reply
    0
  • Cancelreply