Package | Description |
---|---|
io.vertx.rxjava3.redis.client |
Modifier and Type | Field and Description |
---|---|
static TypeArg<RedisConnection> |
RedisConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
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) |
static RedisConnection |
RedisConnection.newInstance(io.vertx.redis.client.RedisConnection arg) |
RedisConnection |
RedisConnection.pause() |
RedisConnection |
RedisConnection.resume() |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<RedisConnection> |
Redis.connect()
Connects to the redis server.
|
io.reactivex.rxjava3.core.Single<RedisConnection> |
Redis.rxConnect()
Connects to the redis server.
|
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
RedisAPI.api(RedisConnection connection) |
Copyright © 2022 Eclipse. All rights reserved.