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
The config option is still called `hash-slot-cache-ttl`, but is now applied
to both the cluster-only hash slot cache and sentinel-only topology cache.
This is to avoid deprecations and allow backporting to LTS Quarkus.
Copy file name to clipboardExpand all lines: extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/VertxRedisClientFactory.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,11 @@ public void accept(Set<URI> uris) {
Copy file name to clipboardExpand all lines: extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/config/RedisClientConfig.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -148,12 +148,12 @@ public interface RedisClientConfig {
0 commit comments