项目中使用redis来缓存数据,另外采用的是spring-data-redis来操作redis; 现在出现一个问题,有4台环境一样的服务器,其中有一台可以正常存储缓存数据,另外3台再调用set方法设置值的并没有报错,但是redis中缺查不到我设置的key,后来重启3台tomcat之后恢复正常了,查找不到问题所在,大家能给我一些建议吗?
Cluster or single redis? Redis defaults to single process thread, you need to set up Pool
Cluster or single redis? Redis defaults to single process thread, you need to set up Pool