Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.sentinel |
Modifier and Type | Method and Description |
---|---|
RedisOptions |
RedisOptions.addSentinel(String sentinelHostAndPort)
Deprecated.
Add Sentinel node.
|
RedisOptions |
RedisOptions.setAddress(String address)
Deprecated.
Set the eventbus address prefix for `PUB/SUB`.
|
RedisOptions |
RedisOptions.setAuth(String auth)
Deprecated.
Set the password for authentication at connection time.
|
RedisOptions |
RedisOptions.setBinary(boolean binary)
Deprecated.
Set the messages to/from redis as binary, default `false`.
|
RedisOptions |
RedisOptions.setDomainSocket(boolean domainSocket)
Deprecated.
Set the domain socket enabled option, default `false`.
|
RedisOptions |
RedisOptions.setDomainSocketAddress(String domainSocketAddress)
Deprecated.
Set the domain socket address where the Redis server is listening.
|
RedisOptions |
RedisOptions.setEncoding(String encoding)
Deprecated.
Set the user defined character encoding, e.g.: `iso-8859-1`.
|
RedisOptions |
RedisOptions.setHost(String host)
Deprecated.
Set the host name where the Redis server is listening.
|
RedisOptions |
RedisOptions.setMasterName(String masterName)
Deprecated.
Set name of Redis master (used with Sentinel).
|
RedisOptions |
RedisOptions.setPort(int port)
Deprecated.
Set the tcp port where the Redis server is listening.
|
RedisOptions |
RedisOptions.setSelect(Integer select)
Deprecated.
Set the database to select at connection time.
|
RedisOptions |
RedisOptions.setSentinels(List<String> sentinels)
Deprecated.
Set the list of Sentinels.
|
Modifier and Type | Method and Description |
---|---|
static RedisClient |
RedisClient.create(Vertx vertx,
RedisOptions config)
Deprecated.
|
static void |
RedisOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
RedisOptions obj) |
static void |
RedisOptionsConverter.toJson(RedisOptions obj,
JsonObject json) |
static void |
RedisOptionsConverter.toJson(RedisOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
RedisOptions(RedisOptions other)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RedisSentinel |
RedisSentinel.create(Vertx vertx,
RedisOptions options)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.