Class AbstractRedisConnectionPoolConfiguration
java.lang.Object
io.micronaut.configuration.lettuce.AbstractRedisConnectionPoolConfiguration
- Direct Known Subclasses:
DefaultRedisConnectionPoolConfiguration
Allows configuration of caches stored in Redis.
- Since:
- 1.3
- Author:
- Graeme Rocher, Alex Katlein, Illia Kovalov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
minIdle
-
maxIdle
-
maxTotal
-
enabled
-
-
Constructor Details
-
AbstractRedisConnectionPoolConfiguration
public AbstractRedisConnectionPoolConfiguration()
-
-
Method Details
-
getMinIdle
- Returns:
- The minimum idle connections count.
- See Also:
-
getMaxIdle
- Returns:
- The maximum idle connections count.
- See Also:
-
getMaxTotal
- Returns:
- The maximum total connections count.
- See Also:
-
getEnabled
- Returns:
- The maximum total connections count.
- See Also:
-