Client side caching not working after re-connect #1728
Unanswered
rreddy13Official
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Got the answer in gitter: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
I am using lettuce(6.0.1.RELEASE) to connect to Redis 6.0.9 and enabled client side caching. Everything works fine as long as the connection is active. When connection is interrupted due to network, it tries to reconnect. After successful reconnection, Client side caching is not applied to the new connection.
How could I solve this so that the client side caching works fine even after reconnect ?
I tried to enable the client side caching though RedisConnectionStateListener.onRedisConnected() but its not working(give the timeout exception). Please advice.
Beta Was this translation helpful? Give feedback.
All reactions