Package | Description |
---|---|
io.vertx.redis | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisOptions |
RedisOptions.setAddress(String address)
Set the eventbus address prefix for `PUB/SUB`.
|
RedisOptions |
RedisOptions.setAuth(String auth)
Set the password for authentication at connection time.
|
RedisOptions |
RedisOptions.setEncoding(String encoding)
Set the user defined character encoding, e.g.: `iso-8859-1`.
|
RedisOptions |
RedisOptions.setHost(String host)
Set the host name where the Redis server is listening.
|
RedisOptions |
RedisOptions.setPort(int port)
Set the tcp port where the Redis server is listening.
|
RedisOptions |
RedisOptions.setSelect(Integer select)
Set the database to select at connection time.
|
RedisOptions |
RedisOptions.setTcpKeepAlive(boolean tcpKeepAlive)
Set the TCP KeepAlive option
|
RedisOptions |
RedisOptions.setTcpNoDelay(boolean tcpNoDelay)
Set the TCP NoDelay at the socket level.
|
Modifier and Type | Method and Description |
---|---|
static RedisClient |
RedisClient.create(Vertx vertx,
RedisOptions config) |
Constructor and Description |
---|
RedisOptions(RedisOptions options) |
Modifier and Type | Method and Description |
---|---|
static RedisClient |
RedisClient.create(Vertx vertx,
RedisOptions config) |
Copyright © 2016. All rights reserved.