Uses of Enum Class
redis.clients.jedis.Protocol.Keyword
Packages that use Protocol.Keyword
Package
Description
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of Protocol.Keyword in redis.clients.jedis
Methods in redis.clients.jedis that return Protocol.KeywordModifier and TypeMethodDescriptionstatic Protocol.KeywordReturns the enum constant of this class with the specified name.static Protocol.Keyword[]Protocol.Keyword.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Protocol.Keyword in redis.clients.jedis.params
Fields in redis.clients.jedis.params declared as Protocol.KeywordFields in redis.clients.jedis.params with type parameters of type Protocol.KeywordModifier and TypeFieldDescriptionprivate final Map<Protocol.Keyword, ByteBuffer> ScanParams.paramsConstructors in redis.clients.jedis.params with parameters of type Protocol.KeywordModifierConstructorDescriptionZRangeParams(Protocol.Keyword by, byte[] min, byte[] max) ZRangeParams(Protocol.Keyword by, String min, String max) privateZRangeParams(Protocol.Keyword by, Rawable min, Rawable max)