| Package | Description | 
|---|---|
| io.vertx.reactivex.redis.client | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Redis> | 
Redis.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
Redis | 
Redis.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. 
 | 
Redis | 
Redis.connect(Handler<AsyncResult<RedisConnection>> handler)
Connects to the redis server. 
 | 
static Redis | 
Redis.createClient(Vertx vertx)
Create a new redis client using the default client options. 
 | 
static Redis | 
Redis.createClient(Vertx vertx,
            RedisOptions options)
Create a new redis client using the given client options. 
 | 
static Redis | 
Redis.createClient(Vertx vertx,
            String connectionString)
Create a new redis client using the default client options. 
 | 
static Redis | 
Redis.newInstance(Redis arg)  | 
Redis | 
Redis.send(Request command,
    Handler<AsyncResult<Response>> onSend)
Send the given command to the redis server or cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RedisAPI | 
RedisAPI.api(Redis client)  | 
Copyright © 2020 Eclipse. All rights reserved.