| Package | Description |
|---|---|
| io.vertx.reactivex.redis.client | |
| io.vertx.redis.client | |
| io.vertx.rxjava.redis.client | |
| io.vertx.servicediscovery.types |
| Modifier and Type | Method and Description |
|---|---|
Redis |
Redis.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Redis |
Redis.newInstance(Redis arg) |
| Constructor and Description |
|---|
Redis(Redis delegate) |
| Modifier and Type | Method and Description |
|---|---|
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 endpoint)
Create a new redis client using the default client options.
|
| Modifier and Type | Method and Description |
|---|---|
Redis |
Redis.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Redis |
Redis.newInstance(Redis arg) |
| Constructor and Description |
|---|
Redis(Redis delegate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
java.util.function.Function<Record,Boolean> filter,
Handler<AsyncResult<Redis>> resultHandler)
Convenient method that looks for a Redis data source and provides the configured
Redis. |
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
java.util.function.Function<Record,Boolean> filter,
JsonObject consumerConfiguration,
Handler<AsyncResult<Redis>> resultHandler)
Convenient method that looks for a Redis data source and provides the configured
Redis. |
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
JsonObject filter,
Handler<AsyncResult<Redis>> resultHandler)
Convenient method that looks for a Redis data source and provides the configured
Redis. |
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
JsonObject filter,
JsonObject consumerConfiguration,
Handler<AsyncResult<Redis>> resultHandler)
Convenient method that looks for a Redis data source and provides the configured
Redis. |
Copyright © 2019 Eclipse. All rights reserved.