Uses of Enum
org.redisson.config.ShardedSubscriptionMode
Packages that use ShardedSubscriptionMode
-
Uses of ShardedSubscriptionMode in org.redisson.config
Methods in org.redisson.config that return ShardedSubscriptionModeModifier and TypeMethodDescriptionClusterServersConfig.getShardedSubscriptionMode()static ShardedSubscriptionModeReturns the enum constant of this type with the specified name.static ShardedSubscriptionMode[]ShardedSubscriptionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config with parameters of type ShardedSubscriptionModeModifier and TypeMethodDescriptionClusterServersConfig.setShardedSubscriptionMode(ShardedSubscriptionMode shardedSubscriptionMode) Defines whether to use sharded subscription feature available in Redis 7.0+.