Package | Description |
---|---|
io.vertx.rxjava.redis.client |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Redis> |
Redis.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
Redis |
Redis.batch(List<Request> commands,
io.vertx.core.Handler<io.vertx.core.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(io.vertx.core.Handler<io.vertx.core.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,
io.vertx.redis.client.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(io.vertx.redis.client.Redis arg) |
Redis |
Redis.send(Request command,
io.vertx.core.Handler<io.vertx.core.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 © 2022 Eclipse. All rights reserved.