0
点赞
收藏
分享

微信扫一扫

Redis server response timeout (3000 ms) occured for command: 错位主要是set数据超长了

搬砖的小木匠 2022-05-19 阅读 49


今天遇到这个错误

Redis server response timeout (3000 ms) occured for command: (EVAL) with params: [local currValue = redis.call('get', KEYS[1]); redis.call('del', KEYS[1]); return currValue; , 1, NEWS_DIC_2195] channel: [id: 0xea44ed51, L:/10.*.*.49:12818 - R:10.*.0.*:6379]

    at org.redisson.command.CommandAsyncService$11.run

解决办法

把整个List分拆成不同的List然后放进不同的key里面,主要是因为List的数据太长,太大导致链接超时


举报

相关推荐

0 条评论