| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
RedisPassword |
RedisStandaloneConfiguration.getPassword() |
RedisPassword |
RedisSentinelConfiguration.getPassword() |
RedisPassword |
RedisClusterConfiguration.getPassword()
Get the
RedisPassword defined. |
static RedisPassword |
RedisPassword.none()
Create an absent
RedisPassword. |
static RedisPassword |
RedisPassword.of(char[] passwordAsChars)
Create a
RedisPassword from a char array. |
static RedisPassword |
RedisPassword.of(String passwordAsString)
Create a
RedisPassword from a String. |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisStandaloneConfiguration.setPassword(RedisPassword password) |
void |
RedisSentinelConfiguration.setPassword(RedisPassword password) |
void |
RedisClusterConfiguration.setPassword(RedisPassword password) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.