Uses of Enum
org.redisson.config.ValkeyCapability
Packages that use ValkeyCapability
-
Uses of ValkeyCapability in org.redisson.client
Methods in org.redisson.client that return types with arguments of type ValkeyCapabilityMethod parameters in org.redisson.client with type arguments of type ValkeyCapabilityModifier and TypeMethodDescriptionRedisClientConfig.setCapabilities(Set<ValkeyCapability> capabilities) -
Uses of ValkeyCapability in org.redisson.config
Methods in org.redisson.config that return ValkeyCapabilityModifier and TypeMethodDescriptionstatic ValkeyCapabilityReturns the enum constant of this type with the specified name.static ValkeyCapability[]ValkeyCapability.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config that return types with arguments of type ValkeyCapabilityMethod parameters in org.redisson.config with type arguments of type ValkeyCapabilityModifier and TypeMethodDescriptionConfig.setValkeyCapabilities(Set<ValkeyCapability> valkeyCapabilities) Allows to declare which Valkey capabilities should be supported.