摘要:
https://zhuanlan.zhihu.com/p/634082261 阅读全文
文章分类 - Redis
Redis——》死锁
2024-03-23 16:28 by Spiderman25, 0 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/weixin_43453386/article/details/132577063 阅读全文
redis内存淘汰策略
2024-03-12 11:01 by Spiderman25, 152 阅读, 收藏, 编辑
摘要:
Redis提供了八种内存淘汰策略,用于在内存空间不足时自动清除部分已有的数据,以腾出空间容纳新数据。这些策略可以分为两大类: 基于过期时间的淘汰策略: volatile-random:随机从设置了过期时间的键中删除。 volatile-ttl:根据键的剩余过期时间进行删除,越早过期的键越先被删除。 阅读全文
Redis三种集群模式介绍及搭建
2023-12-25 18:09 by Spiderman25, 4 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/QHJJHQ/article/details/113685193 阅读全文
io模型、redis ios模型
2023-12-08 23:13 by Spiderman25, 3 阅读, 收藏, 编辑
摘要:
https://zhuanlan.zhihu.com/p/555013618https://baijiahao.baidu.com/s?id=1751790110032429790&wfr=spider&for=pc https://blog.csdn.net/weixin_40378837/art 阅读全文
Java中使用Jedis操作Redis
2022-02-27 12:21 by Spiderman25, 13 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/liuling/p/2014-4-19-04.html 阅读全文
SpringBoot整合MyBatis并使用Redis作为缓存组件的Demo
2020-01-04 16:27 by Spiderman25, 66 阅读, 收藏, 编辑
摘要:
https://www.jianshu.com/p/ec558c1941cb 阅读全文
Redis哨兵(Sentinel)模式
2019-12-27 11:29 by Spiderman25, 56 阅读, 收藏, 编辑
摘要:
https://www.jianshu.com/p/06ab9daf921d 阅读全文
redis sentinel
2019-03-27 00:47 by Spiderman25, 75 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/youzhibing/p/8466491.html https://blog.csdn.net/qq_37585236/article/details/81949750 阅读全文
redis
2019-03-12 21:49 by Spiderman25, 67 阅读, 收藏, 编辑
摘要:
安装http://www.runoob.com/redis/redis-install.html控制台命令http://www.runoob.com/redis/redis-commands.html可视化https://www.jb51.net/softs/539338.html原生中APIhtt 阅读全文
Nginx+Tomcat+Redis负载均衡Session共享实现超级简单(CentOS6.9系统 Java版本)
2019-01-02 10:25 by Spiderman25, 85 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/u010651369/article/details/72899524 阅读全文
springboot集成springsession利用redis来实现session共享
2019-01-02 10:24 by Spiderman25, 65 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/fengli9998/p/7881331.html 阅读全文
【Redis】Java实现redis消息订阅/发布(PubSub)
2019-01-02 10:23 by Spiderman25, 88 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/mr_evanchen/article/details/79732645 阅读全文
Spring中对Redis的操作
2019-01-02 10:23 by Spiderman25, 88 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/fengmo2427/p/9511954.html 阅读全文
java实现 redis的发布订阅(简单易懂)
2019-01-02 10:22 by Spiderman25, 96 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/xinde123/p/8489054.html 阅读全文
关于redis,学会这8点就够了
2019-01-02 10:21 by Spiderman25, 63 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/middleware2018/article/details/80355418 阅读全文
java对redis的基本操作
2019-01-02 10:21 by Spiderman25, 78 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/edisonfeng/p/3571870.html 阅读全文
Spring Cloud分布式微服务系统中利用redssion实现分布式锁
2019-01-01 00:08 by Spiderman25, 99 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/shamo89/p/8036451.html 阅读全文