Configuration Reference
Version:5.3.2
Redis Lettuce Config Properties
🔗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 |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
java.net.URI |
Sets the Redis URI for configuration by string. |
|
java.net.URI |
Sets the Redis URIs for cluster configuration. |
|
java.lang.Integer |
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs). The thread pool size is only effective if no {@link io.lettuce.core.resource.ClientResources.Builder#eventLoopGroupProvider} is provided. {@link io.lettuce.core.resource.ClientResources.Builder#ioThreadPoolSize(int)} |
|
java.lang.Integer |
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of CPUs). The thread pool size is only effective if no {@link io.lettuce.core.resource.ClientResources.Builder#eventExecutorGroup} is provided. {@link io.lettuce.core.resource.ClientResources.Builder#computationThreadPoolSize(int)} |
|
java.lang.String |
Sets the name of the bean. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Class |
|
|
java.lang.Class |
|
|
java.nio.charset.Charset |
The charset used to serialize and deserialize values |
|
java.time.Duration |
The cache expiration duration after writing into it. |
|
java.time.Duration |
The cache expiration duration after accessing it |
|
java.lang.String |
The class path for an implementation of ExpirationAfterWritePolicy |
Property | Type | Description |
---|---|---|
|
redis.embedded.RedisExecProvider |
|
|
java.lang.Integer |
|
|
java.net.InetSocketAddress |
|
|
java.lang.String |
|
|
java.lang.String |
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 |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
java.net.URI |
Sets the Redis URI for configuration by string. |
|
java.net.URI |
Sets the Redis URIs for cluster configuration. |
|
java.lang.Integer |
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs). The thread pool size is only effective if no {@link io.lettuce.core.resource.ClientResources.Builder#eventLoopGroupProvider} is provided. {@link io.lettuce.core.resource.ClientResources.Builder#ioThreadPoolSize(int)} |
|
java.lang.Integer |
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of CPUs). The thread pool size is only effective if no {@link io.lettuce.core.resource.ClientResources.Builder#eventExecutorGroup} is provided. {@link io.lettuce.core.resource.ClientResources.Builder#computationThreadPoolSize(int)} |
|
java.lang.String |
Sets the name of the bean. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.Class |
|
|
java.lang.Class |
|
|
java.nio.charset.Charset |
The charset used to serialize and deserialize values |
|
java.time.Duration |
The cache expiration duration after writing into it. |
|
java.time.Duration |
The cache expiration duration after accessing it |
|
java.lang.String |
The class path for an implementation of ExpirationAfterWritePolicy |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the namespace to use. |
|
java.lang.String |
Sets the server name. |
|
java.lang.String |
Sets the topic to publish session created events to. |
|
java.lang.String |
Sets the key to store active sessions in. |
|
java.lang.Class |
Sets the default value serializer to use. |
|
java.nio.charset.Charset |
Sets the charset to use to serialize values. |
|
boolean |
Sets whether keyspace events should be enabled at startup. |
|
Sets the write mode to use. |
|
|
java.time.Duration |
Sets the duration to check for expired sessions. |