标签:
这种错误是由于查询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