今天遇到这个错误

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的数据太长,太大导致链接超时