Uses of Class
redis.clients.jedis.providers.ClusterConnectionProvider
Packages that use ClusterConnectionProvider
Package
Description
This package contains the implementations of CommandExecutor interface.
-
Uses of ClusterConnectionProvider in redis.clients.jedis
Fields in redis.clients.jedis declared as ClusterConnectionProviderModifier and TypeFieldDescriptionprivate final ClusterConnectionProviderClusterPipeline.providerConstructors in redis.clients.jedis with parameters of type ClusterConnectionProviderModifierConstructorDescriptionClusterPipeline(ClusterConnectionProvider provider) JedisCluster(ClusterConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration) UnifiedJedis(ClusterConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration) -
Uses of ClusterConnectionProvider in redis.clients.jedis.executors
Fields in redis.clients.jedis.executors declared as ClusterConnectionProviderConstructors in redis.clients.jedis.executors with parameters of type ClusterConnectionProviderModifierConstructorDescriptionClusterCommandExecutor(ClusterConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration)