Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
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.setBinary(boolean binary)
Set the user defined character encoding, e.g.: `iso-8859-1`.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static RedisClient |
RedisClient.create(io.vertx.core.Vertx vertx,
RedisOptions config) |
static void |
RedisOptionsConverter.fromJson(io.vertx.core.json.JsonObject json,
RedisOptions obj) |
static void |
RedisOptionsConverter.toJson(RedisOptions obj,
io.vertx.core.json.JsonObject json) |
Constructor and Description |
---|
RedisOptions(RedisOptions other) |
Copyright © 2017. All rights reserved.