We are using shiro-redis in our spring-boot application. Facing the below error while updating from single node redis to multiple node redis cluster in spring-boot application.
Uncaught Exception: There is no session with id [99683a89-5c31-4cf6-befa-b9e3bbaf6632]
2024-03-14 15:44:09.338 ERROR [http-nio-9025-exec-2] [,,,,,,] org.crazycake.shiro.RedisManager : Unable to get redis resource : MOVED 2184 162.20.168.124:6379
redis.clients.jedis.exceptions.JedisMovedDataException: MOVED 2184 162.20.168.124:6379
We are using shiro-redis in our spring-boot application. Facing the below error while updating from single node redis to multiple node redis cluster in spring-boot application.