Package | Description |
---|---|
org.springframework.boot.autoconfigure.data.redis |
Auto-configuration for Spring Data Redis.
|
Modifier and Type | Method and Description |
---|---|
RedisProperties.Pool |
RedisProperties.Jedis.getPool() |
RedisProperties.Pool |
RedisProperties.Lettuce.getPool() |
Modifier and Type | Method and Description |
---|---|
void |
RedisProperties.Jedis.setPool(RedisProperties.Pool pool) |
void |
RedisProperties.Lettuce.setPool(RedisProperties.Pool pool) |