Uses of Enum
org.redisson.config.Protocol
Packages that use Protocol
-
Uses of Protocol in org.redisson.client
Methods in org.redisson.client that return ProtocolMethods in org.redisson.client with parameters of type Protocol -
Uses of Protocol in org.redisson.config
Methods in org.redisson.config that return ProtocolModifier and TypeMethodDescriptionConfig.getProtocol()static ProtocolReturns the enum constant of this type with the specified name.static Protocol[]Protocol.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 ProtocolModifier and TypeMethodDescriptionConfig.setProtocol(Protocol protocol) Defines Redis protocol version.