Uses of Class
redis.clients.jedis.Protocol.Keyword
-
Packages that use Protocol.Keyword Package Description redis.clients.jedis -
-
Uses of Protocol.Keyword in redis.clients.jedis
Methods in redis.clients.jedis that return Protocol.Keyword Modifier and Type Method Description static Protocol.KeywordProtocol.Keyword. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol.Keyword[]Protocol.Keyword. values()Returns an array containing the constants of this enum type, in the order they are declared.
-