Uses of Class
io.vertx.mutiny.redis.client.Redis
-
Uses of Redis in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client with type parameters of type RedisModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<Redis> Redis.__TYPE_ARGMethods in io.vertx.mutiny.redis.client that return RedisModifier and TypeMethodDescriptionRedis.batchAndForget(List<Request> commands) Variant ofbatch(List)that ignores the result of the operation.Redis.connectAndForget()Variant ofconnect()that ignores the result of the operation.static RedisRedis.createClient(io.vertx.mutiny.core.Vertx vertx) static RedisRedis.createClient(io.vertx.mutiny.core.Vertx vertx, io.vertx.redis.client.RedisOptions options) static RedisRedis.createClient(io.vertx.mutiny.core.Vertx vertx, String connectionString) static RedisRedis.newInstance(io.vertx.redis.client.Redis arg) Redis.sendAndForget(Request command) Variant ofsend(io.vertx.mutiny.redis.client.Request)that ignores the result of the operation.Methods in io.vertx.mutiny.redis.client with parameters of type Redis