Open
Description
In JedisClusterTopologyProvider getTopology uses cached value for some time so it is better for performance and memory. In LettuceClusterTopologyProvider it is not done in the same way - always new value and topology are created.
Is it possible to somehow use cached value also in LettuceClusterTopologyProvider?
When we are doing health checks often I see it impacts performance and memory heavily.