摘要:
主从复制架构仅仅用来解决数据的冗余备份,从节点仅仅用来同步数据 准备一个主服务器,N个备份服务器 方法一:修改备份服务器配置文件 redis.conf 中 #slaveof <masterip> <masterport> 去掉注释, slaveof 你的主redis服务器ip地址 主redis服务器 阅读全文
posted @ 2021-07-28 20:11
neoQVQ
阅读(37)
评论(0)
推荐(0)
摘要:
package com.wbb.cache; import com.wbb.util.ApplicationContextUtils; import org.apache.ibatis.cache.Cache; import org.springframework.data.redis.core.R 阅读全文
posted @ 2021-07-28 16:06
neoQVQ
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号