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