标签: java redis
应用程序无异常运行,jstack正常显示,IO加载,使用两者的内存均正确。 blpop命令总是阻塞而不消耗记录。
RedisConnection connection = .... connection.bLPop(0, key);