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_ARGMethods in io.vertx.mutiny.redis.client that return RedisConnectionModifier and TypeMethodDescriptionRedisConnection.batchAndForget(List<io.vertx.redis.client.Request> commands) Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.RedisConnection.closeAndForget()Closes the connection or returns to the pool.Redis.connectAndAwait()Connects to the Redis server.RedisConnection.endHandler(Runnable endHandler) Set an end handler.RedisConnection.exceptionHandler(Consumer<Throwable> handler) Set an exception handler on the read stream.RedisConnection.fetch(long amount) Fetch the specifiedamountof elements.Set a data handler.static RedisConnectionRedisConnection.newInstance(io.vertx.redis.client.RedisConnection delegate) Creates a new instance of theRedisConnection.RedisConnection.pause()Pause theReadStream, it sets the buffer infetchmode and clears the actual demand.RedisConnection.pipeToAndForget(WriteStream<io.vertx.redis.client.Response> dst) Pipe thisReadStreamto theWriteStream.RedisConnection.resume()Resume reading, and sets the buffer inflowingmode.RedisConnection.sendAndForget(io.vertx.redis.client.Request command) Send the given command to the redis server or cluster.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 RedisConnectionModifier and TypeMethodDescriptionstatic RedisAPIRedisAPI.api(RedisConnection connection) static ValkeyAPIValkeyAPI.api(RedisConnection connection) static RedisClusterRedisCluster.create(RedisConnection connection)