Class CommandMap

java.lang.Object
io.quarkus.redis.runtime.datasource.CommandMap

class CommandMap extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static io.vertx.redis.client.Command
     
    (package private) static io.vertx.mutiny.redis.client.Command
    normalize(io.vertx.mutiny.redis.client.Command command)
     
    (package private) static io.vertx.redis.client.Command
    normalize(io.vertx.redis.client.Command command)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandMap

      CommandMap()
  • Method Details

    • 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)