| Package | Description | 
|---|---|
| io.vertx.rxjava.redis.client | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<RedisConnection> | 
RedisConnection.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
RedisConnection | 
RedisConnection.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. 
 | 
RedisConnection | 
RedisConnection.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. 
 | 
RedisConnection | 
RedisConnection.close()
Closes the connection or returns to the pool. 
 | 
RedisConnection | 
RedisConnection.close(Handler<AsyncResult<Void>> onClose)
Closes the connection or returns to the pool. 
 | 
RedisConnection | 
RedisConnection.endHandler(Handler<Void> endHandler)  | 
RedisConnection | 
RedisConnection.exceptionHandler(Handler<Throwable> handler)  | 
RedisConnection | 
RedisConnection.fetch(long amount)  | 
RedisConnection | 
RedisConnection.handler(Handler<Response> handler)  | 
static RedisConnection | 
RedisConnection.newInstance(RedisConnection arg)  | 
RedisConnection | 
RedisConnection.pause()  | 
RedisConnection | 
RedisConnection.resume()  | 
RedisConnection | 
RedisConnection.send(Request command)
Send the given command to the redis server or cluster. 
 | 
RedisConnection | 
RedisConnection.send(Request command,
    Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<RedisConnection> | 
Redis.rxConnect()
Connects to the redis server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RedisAPI | 
RedisAPI.api(RedisConnection connection)  | 
| Modifier and Type | Method and Description | 
|---|---|
Redis | 
Redis.connect(Handler<AsyncResult<RedisConnection>> handler)
Connects to the redis server. 
 | 
Copyright © 2023 Eclipse. All rights reserved.