Uses of Interface
org.wicketstuff.datastores.redis.IRedisSettings
-
Uses of IRedisSettings in org.wicketstuff.datastores.redis
Classes in org.wicketstuff.datastores.redis that implement IRedisSettingsMethods in org.wicketstuff.datastores.redis that return IRedisSettingsModifier and TypeMethodDescriptionIRedisSettings.setHostname
(String hostname) RedisSettings.setHostname
(String hostname) IRedisSettings.setPort
(int port) RedisSettings.setPort
(int port) IRedisSettings.setRecordTtl
(Duration ttl) Sets the time to live for the records in the tableRedisSettings.setRecordTtl
(Duration ttl) Constructors in org.wicketstuff.datastores.redis with parameters of type IRedisSettingsModifierConstructorDescriptionRedisDataStore
(String applicationname, IRedisSettings settings) Constructor.RedisDataStore
(String applicationname, redis.clients.jedis.JedisPool pool, IRedisSettings settings) Constructor.