Class CommandMap
- java.lang.Object
-
- io.quarkus.redis.runtime.datasource.CommandMap
-
class CommandMap extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandMap()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static io.vertx.redis.client.CommandgetKnownCommand(String command)(package private) static io.vertx.mutiny.redis.client.Commandnormalize(io.vertx.mutiny.redis.client.Command command)(package private) static io.vertx.redis.client.Commandnormalize(io.vertx.redis.client.Command command)
-
-
-
Method Detail
-
normalize
static io.vertx.mutiny.redis.client.Command normalize(io.vertx.mutiny.redis.client.Command command)
-
normalize
static io.vertx.redis.client.Command normalize(io.vertx.redis.client.Command command)
-
getKnownCommand
static io.vertx.redis.client.Command getKnownCommand(String command)
-
-