public interface RedisEntityStoreConfiguration
| Modifier and Type | Method and Description |
|---|---|
Property<Integer> |
database()
Redis database.
|
Property<String> |
host()
Redis host.
|
Property<String> |
password()
Redis password.
|
Property<Integer> |
port()
Redis port.
|
Property<Integer> |
timeout()
Connection timeout in milliseconds.
|