问题需求接上篇,启动服务之后,第一次初始化队列,但是在后续的新增队列之后,需要获取新的队列,添加到队列中,第一种方案,使用redis set来存储队列信息。之后会介绍另一种实现方案。 使用redis来存储队列信息,轮询时就会有一个...
Redis|OOM command not allowed when used memory > ‘maxmemory
问题服务突然出现了访问错误,排查日志发现有这么一个错误信息 12# tail -f error.logOOM command not allowed when used memory > 'maxmemory...
redis:cant resolve localhost address错误
配置文件12345678910spring: redis: database: 0 host: 127.0.0.1 pool: max-active: 8 max-idle: 8 ma...