WRONGTYPE Operation against a key holding the wrong kind of value

io.lettuce.core.RedisCommandExecutionException: WRONGTYPE Operation against a key holding the wrong kind of value

参考这篇博客,发现代码中确实使用 Set 类型的方法访问了 Hash 类型的 Key ,修改为对应类型的方法就可以了。