0
点赞
收藏
分享

微信扫一扫

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


报错总结:(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 条评论