
redis
文章平均质量分 91
Ellen翔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jackson序列化问题Type id handling not implemented for type java.util.Date
将对象保存到redis中报错org.springframework.data.redis.serializer.SerializationException: Could not write JSON: Type id handling not implemented for type java.util.Date (by serializer of type com.zhaolaobao.redis.mode.DateToTimestamplUtil) (through reference chain:原创 2020-12-17 11:04:14 · 10779 阅读 · 12 评论 -
Redis Sentinel集群部署的master节点status=sdown
在网上找了很多相关的文章,有的说bind的问题,有的说是防火墙的问题,这些问题我都检查过,但是依然没有解决我的问题。(其实这2个也有原因)我们首先了解一下哨兵的原理:三个定时任务每隔10s向主从节点发送info每隔2秒向redis数据节点频道发送消息每隔1秒,每个Sentinel节点会向主节点、从节点、其余Sentinel节点发送一条ping命令做一次心跳检测,来确认这些节点当前是否...原创 2019-07-22 11:35:54 · 5215 阅读 · 0 评论