You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: