| Package | Description |
|---|---|
| net.greghaines.jesque |
| Modifier and Type | Method and Description |
|---|---|
ConfigBuilder |
ConfigBuilder.withDatabase(int database)
Configs created by this ConfigBuilder will use the given Redis database.
|
ConfigBuilder |
ConfigBuilder.withHost(String host)
Configs created by this ConfigBuilder will have the given Redis hostname.
|
ConfigBuilder |
ConfigBuilder.withNamespace(String namespace)
Configs created by this ConfigBuilder will have the given Redis namespace to prefix keys with.
|
ConfigBuilder |
ConfigBuilder.withPassword(String password)
Configs created by this ConfigBuilder will authenticate with the given Redis password.
|
ConfigBuilder |
ConfigBuilder.withPort(int port)
Configs created by this ConfigBuilder will have the given Redis port number.
|
ConfigBuilder |
ConfigBuilder.withTimeout(int timeout)
Configs created by this ConfigBuilder will have the given Redis connection timeout.
|
Copyright © 2011-2013. All Rights Reserved.