public interface IRedisSettings
Modifier and Type | Method and Description |
---|---|
String |
getHostname() |
int |
getPort() |
org.apache.wicket.util.time.Duration |
getRecordTtl() |
IRedisSettings |
setHostname(String hostname) |
IRedisSettings |
setPort(int port) |
IRedisSettings |
setRecordTtl(org.apache.wicket.util.time.Duration ttl)
Sets the time to live for the records in the table
|
IRedisSettings setRecordTtl(org.apache.wicket.util.time.Duration ttl)
ttl
- The time to live for the records in the tableorg.apache.wicket.util.time.Duration getRecordTtl()
String getHostname()
IRedisSettings setHostname(String hostname)
int getPort()
IRedisSettings setPort(int port)
Copyright © 2015. All rights reserved.