Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisConnection |
RedisConnection.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.
|
RedisConnection |
RedisConnection.endHandler(io.vertx.core.Handler<Void> endHandler) |
RedisConnection |
RedisConnection.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
RedisConnection |
RedisConnection.fetch(long amount) |
RedisConnection |
RedisConnection.handler(io.vertx.core.Handler<Response> handler) |
RedisConnection |
RedisConnection.pause() |
RedisConnection |
RedisConnection.resume() |
RedisConnection |
RedisConnection.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(RedisConnection connection) |
Modifier and Type | Method and Description |
---|---|
Redis |
Redis.connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<RedisConnection>> handler)
Connects to the redis server.
|
Copyright © 2021 Eclipse. All rights reserved.