Package | Description |
---|---|
io.vertx.rxjava3.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.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() |
Modifier and Type | Method and Description |
---|---|
Single<RedisConnection> |
Redis.connect()
Connects to the redis server.
|
Single<RedisConnection> |
Redis.rxConnect()
Connects to the redis server.
|
Modifier and Type | Method and Description |
---|---|
static RedisAPI |
RedisAPI.api(RedisConnection connection) |
Copyright © 2023 Eclipse. All rights reserved.