Uses of Class
io.vertx.mutiny.redis.client.RedisConnection
Packages that use RedisConnection
-
Uses of RedisConnection in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client with type parameters of type RedisConnectionModifier and TypeFieldDescriptionstatic final TypeArg<RedisConnection>
RedisConnection.__TYPE_ARG
Methods in io.vertx.mutiny.redis.client that return RedisConnectionModifier and TypeMethodDescriptionRedisConnection.batchAndForget
(List<Request> commands) Variant ofbatch(List)
that ignores the result of the operation.RedisConnection.closeAndForget()
Variant ofclose()
that ignores the result of the operation.Redis.connectAndAwait()
Blocking variant ofRedis.connect()
.RedisConnection.endHandler
(Runnable endHandler) RedisConnection.exceptionHandler
(Consumer<Throwable> handler) RedisConnection.fetch
(long amount) static RedisConnection
RedisConnection.newInstance
(io.vertx.redis.client.RedisConnection arg) RedisConnection.pause()
RedisConnection.resume()
RedisConnection.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 that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<RedisConnection>
Redis.connect()
Connects to the redis server.Methods in io.vertx.mutiny.redis.client with parameters of type RedisConnection