1. 报错信息
redis.exceptions.ResponseError: Command # 2 (HDEL select_6 1) of pipeline caused error: WRONGTYPE Operation against a key holding the wrong kind of value
2. 报错描述
a. redis进行取值的时候报的错
b. 用的集合类型
3. 错误原因
a. 键写错了,redis没有该键
4. 解决办法
a. 查看自己在redis用使用的键,用正确的键取值