public interface RedisEntityStoreConfiguration
extends org.qi4j.api.configuration.ConfigurationComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<Integer> |
database()
Redis database.
|
org.qi4j.api.property.Property<String> |
host()
Redis host.
|
org.qi4j.api.property.Property<String> |
password()
Redis password.
|
org.qi4j.api.property.Property<Integer> |
port()
Redis port.
|
org.qi4j.api.property.Property<Integer> |
timeout()
Connection timeout in milliseconds.
|
@Optional org.qi4j.api.property.Property<String> host()
@Optional org.qi4j.api.property.Property<Integer> port()
@Optional org.qi4j.api.property.Property<Integer> timeout()
@Optional org.qi4j.api.property.Property<String> password()
@Optional org.qi4j.api.property.Property<Integer> database()