redis redisson 分布式锁 WRONGTYPE Operation against a key holding the wrong kind of value

在使用redisson加锁的时候报错如下

 trylock WRONGTYPE Operation against a key holding the wrong kind of value

错误场景:使用redis缓存,并且使用redisson分布式锁,缓存的key和锁的key相同导致

错误原因:redis库中有相同key。

解决办法: 缓存和锁,设置两个不同的key 

你可能感兴趣的:(redis,分布式,redis,kind)