项目场景: redis brpop 问题描述: WRONGTYPE Operation against a key holding the wrong kind of value 原因分析: brpop() 只用于Reids(List) 解决方案: 添加时使用List方法: lpush 或 rpush