We moved from redis standalone to cluster so I guess there is this issue surrounding hashslots that comes into picture because of which we are getting: CROSSSLOT Keys in request don't hash to the same slot during a redisTemplate.opsForZSet().intersectAndStore / redisTemplate.opsForZSet().differenceAndStoreI came across this concept called hashtags but I am not able to figure out a way to use this. Could someone elaborate using examples in Springboot code
↧