Uses of Interface
org.wicketstuff.datastores.redis.IRedisSettings
-
-
Uses of IRedisSettings in org.wicketstuff.datastores.redis
Classes in org.wicketstuff.datastores.redis that implement IRedisSettings Modifier and Type Class Description class
RedisSettings
Methods in org.wicketstuff.datastores.redis that return IRedisSettings Modifier and Type Method Description IRedisSettings
IRedisSettings. setHostname(String hostname)
IRedisSettings
RedisSettings. setHostname(String hostname)
IRedisSettings
IRedisSettings. setPort(int port)
IRedisSettings
RedisSettings. setPort(int port)
IRedisSettings
IRedisSettings. setRecordTtl(Duration ttl)
Sets the time to live for the records in the tableIRedisSettings
RedisSettings. setRecordTtl(Duration ttl)
Constructors in org.wicketstuff.datastores.redis with parameters of type IRedisSettings Constructor Description RedisDataStore(String applicationname, IRedisSettings settings)
Constructor.RedisDataStore(String applicationname, redis.clients.jedis.JedisPool pool, IRedisSettings settings)
Constructor.
-