Configuration Reference
Version:6.6.1
Micronaut Redis Lettuce Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Class |
|
|
java.lang.Class |
The {@link ObjectSerializer} to use for serializing keys. Defaults to DefaultStringKeySerializer. |
|
java.time.Duration |
|
|
java.time.Duration |
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, the most recent replacement of its value, or its last read. |
|
java.lang.String |
|
|
java.nio.charset.Charset |
|
|
java.lang.Long |
Returns the count used for the scan command in cache.RedisCache#invalidateAll(). See {@link io.lettuce.core.ScanArgs#limit(long)}. Defaults to 100L. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.Class |
|
|
java.nio.charset.Charset |
|
|
boolean |
|
|
||
|
java.time.Duration |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Class |
|
|
java.lang.Class |
The {@link ObjectSerializer} to use for serializing keys. Defaults to DefaultStringKeySerializer. |
|
java.time.Duration |
|
|
java.time.Duration |
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry’s creation, the most recent replacement of its value, or its last read. |
|
java.lang.String |
|
|
java.nio.charset.Charset |
|
|
java.lang.Long |
Returns the count used for the scan command in cache.RedisCache#invalidateAll(). See {@link io.lettuce.core.ScanArgs#limit(long)}. Defaults to 100L. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
io.lettuce.core.RedisCredentialsProvider |
|
|
java.time.Duration |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
java.net.URI |
|
|
java.net.URI |
|
|
java.net.URI |
|
|
java.lang.Integer |
Returns the pool size (number of threads) for IO threads. The indicated size does not reflect the number for all IO threads. TCP and socket connections (epoll) require different IO pool. {@link io.lettuce.core.resource.ClientResources#ioThreadPoolSize()} |
|
java.lang.Integer |
Returns the pool size (number of threads) for all computation tasks. {@link io.lettuce.core.resource.ClientResources#computationThreadPoolSize()} |
|
java.lang.String |
|
|
java.lang.String |
See {@link io.lettuce.core.ReadFrom}. |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
|
|
java.lang.Integer |
|
|
java.lang.Integer |
|
|
java.lang.Boolean |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
io.lettuce.core.RedisCredentialsProvider |
|
|
java.time.Duration |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
java.net.URI |
|
|
java.net.URI |
|
|
java.net.URI |
|
|
java.lang.Integer |
Returns the pool size (number of threads) for IO threads. The indicated size does not reflect the number for all IO threads. TCP and socket connections (epoll) require different IO pool. {@link io.lettuce.core.resource.ClientResources#ioThreadPoolSize()} |
|
java.lang.Integer |
Returns the pool size (number of threads) for all computation tasks. {@link io.lettuce.core.resource.ClientResources#computationThreadPoolSize()} |
|
java.lang.String |
|
|
java.lang.String |
See {@link io.lettuce.core.ReadFrom}. |