Uses of Class
io.vertx.reactivex.redis.client.RedisConnection
-
Packages that use RedisConnection Package Description io.vertx.reactivex.redis.client -
-
Uses of RedisConnection in io.vertx.reactivex.redis.client
Fields in io.vertx.reactivex.redis.client with type parameters of type RedisConnection Modifier and Type Field Description static TypeArg<RedisConnection>RedisConnection. __TYPE_ARGMethods in io.vertx.reactivex.redis.client that return RedisConnection Modifier and Type Method Description RedisConnectionRedisConnection. batch(List<Request> commands)Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.RedisConnectionRedisConnection. batch(List<Request> commands, Handler<AsyncResult<List<Response>>> onSend)Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.RedisConnectionRedisConnection. close()Closes the connection or returns to the pool.RedisConnectionRedisConnection. close(Handler<AsyncResult<Void>> onClose)Closes the connection or returns to the pool.RedisConnectionRedisConnection. endHandler(Handler<Void> endHandler)RedisConnectionRedisConnection. exceptionHandler(Handler<Throwable> handler)RedisConnectionRedisConnection. fetch(long amount)RedisConnectionRedisConnection. handler(Handler<Response> handler)static RedisConnectionRedisConnection. newInstance(RedisConnection arg)RedisConnectionRedisConnection. pause()RedisConnectionRedisConnection. resume()RedisConnectionRedisConnection. send(Request command)Send the given command to the redis server or cluster.RedisConnectionRedisConnection. send(Request command, Handler<AsyncResult<Response>> onSend)Send the given command to the redis server or cluster.Methods in io.vertx.reactivex.redis.client that return types with arguments of type RedisConnection Modifier and Type Method Description io.reactivex.Single<RedisConnection>Redis. rxConnect()Connects to the redis server.Methods in io.vertx.reactivex.redis.client with parameters of type RedisConnection Modifier and Type Method Description static RedisAPIRedisAPI. api(RedisConnection connection)Method parameters in io.vertx.reactivex.redis.client with type arguments of type RedisConnection Modifier and Type Method Description RedisRedis. connect(Handler<AsyncResult<RedisConnection>> handler)Connects to the redis server.
-