Configuration Reference
Version:1.1.1
Redis Lettuce Config Properties
🔗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. |
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.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. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
int |
|
|
java.lang.String |
|
|
java.lang.String |
|
|
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. |
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 |