public interface RedisSetting
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
Prefix used for all settings.
|
static String |
REDIS_CACHES
Configured Redis caches.
|
static String |
REDIS_EMBEDDED
Embedded Redis configuration.
|
static String |
REDIS_SERVERS
The named redis servers.
|
static String |
REDIS_URI
The URI to the Redis server.
|
static String |
REDIS_URIS
The URIs to the Redis servers for cluster config.
|
static final String PREFIX
static final String REDIS_URI
static final String REDIS_URIS
static final String REDIS_SERVERS
static final String REDIS_EMBEDDED
static final String REDIS_CACHES