Support RedisConnectionStateListener
registration for individual connections
#1838
Labels
type: feature
A new feature
Milestone
Hello,
we develop a springboot application with
lettuce-core 6.1.4
in combination with the azure service:Azure Cache for Redis 6
.There is a simple class that manages the connection to the redis server:
As you can see we have activated the ClientTracking with:
This works fine at the startup of the application. But after 5 minutes the connection between Azure Redis Cache and the application gets lost and the ConnectionWatchdog does the reconnect:
This works very nice and I can see in the logs that the connection is open and the client has access to the keys in the cache. But after Watchdog does the Reconnect, the client tracking seems to be not active anymore.
Is this a bug or could you please tell me how to reactivate the client tracking?
The text was updated successfully, but these errors were encountered: