redis从windows迁移到linux要怎么做?
漂亮男人
漂亮男人 2017-04-26 09:01:34
0
2
781

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

漂亮男人
漂亮男人

reply all(2)
phpcn_u1582

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...

世界只因有你

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template