随笔分类 -  redis

摘要:Redis学习 分片集群、散列插槽、集群伸缩、故障转移 https://blog.csdn.net/qq_43719634/article/details/124911627 Redis集群添加新节点(水平扩展)、删除其中一个节点 https://blog.csdn.net/qq_33417321/ 阅读全文
posted @ 2023-10-11 23:17 tonggc1668 阅读(15) 评论(0) 推荐(0)
摘要:redis 脑裂等极端情况分析 https://www.cnblogs.com/yjmyzz/p/redis-split-brain-analysis.html 如何防止Redis脑裂导致数据丢失? https://my.oschina.net/lishangzhi/blog/4742868 Red 阅读全文
posted @ 2021-02-25 16:16 tonggc1668 阅读(272) 评论(0) 推荐(0)
摘要:Redis分布式锁解决并发超卖问题——Jedis和Redisson https://blog.csdn.net/qq_38596491/article/details/108167041 Redission分布式锁解决高并发环境下超买超卖的问题 https://blog.csdn.net/wkwk1 阅读全文
posted @ 2021-02-25 15:45 tonggc1668 阅读(491) 评论(0) 推荐(0)
摘要:package me.zhengjie.monitor.rest; import me.zhengjie.common.aop.log.Log; import me.zhengjie.monitor.domain.vo.RedisVo; import me.zhengjie.monitor.service.RedisService; import org.springframework.bea... 阅读全文
posted @ 2019-07-21 13:05 tonggc1668 阅读(2156) 评论(0) 推荐(0)
摘要:package me.zhengjie.common.aop.limit; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target;... 阅读全文
posted @ 2019-07-21 13:03 tonggc1668 阅读(748) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/Aria_Miazzy/article/details/88066975 阅读全文
posted @ 2019-07-20 23:30 tonggc1668 阅读(99) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/grandachn/article/details/89032815 https://blog.csdn.net/xingsilong/article/details/79003001 阅读全文
posted @ 2019-07-15 08:32 tonggc1668 阅读(457) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/aussme/article/details/80660443 阅读全文
posted @ 2019-01-13 15:14 tonggc1668 阅读(342) 评论(0) 推荐(0)