sprigboot整合redis监听中,通过rpop插入数据后,怎么通过监听使用lpush消费这条数据呢
https://blog.csdn.net/qq_41358574/article/details/121759793
rpop是取尾数据,lpush是插入数据到头部,确定你Api使用正确?