首页 > 其他 > 详细

WRONGTYPE Operation against a key holding the wrong kind of value

时间:2016-07-08 13:26:49      阅读:122      评论:0      收藏:0      [点我收藏+]

技术分享

这种错误是由于查询Redis时采用的查询方法与对应的Key的数据类型不匹配引起的

Redis的五种数据类型:

字符串(Strings)

列表(Lists)

集合(Sets)

哈希(Hashes)

有序集合(Sorted Sets)

 

WRONGTYPE Operation against a key holding the wrong kind of value

原文:http://www.cnblogs.com/xxdfly/p/5652911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!