报错总结:(error) WRONGTYPE Operation against a key holding the wrong kind of value

阅读 119

2023-01-06


报错总结:(error) WRONGTYPE Operation against a key holding the wrong kind of value

报错总结:(error) WRONGTYPE Operation against a key holding the wrong kind of value_string类

报错原因:

通过查看flinktest的类型

报错总结:(error) WRONGTYPE Operation against a key holding the wrong kind of value_解决方案_02


得知它是以list形式存储的,但是读取的时候我是通过get方式读取的,get是获取string类型的,所以报错

解决方案:

查看list类型的key对应的值使用的命令是 lrange key名 0 -1

报错总结:(error) WRONGTYPE Operation against a key holding the wrong kind of value_解决方案_03


精彩评论(0)

0 0 举报