Package | Description |
---|---|
org.wicketstuff.datastores.redis |
Modifier and Type | Class and Description |
---|---|
class |
RedisSettings |
Modifier and Type | Method and Description |
---|---|
IRedisSettings |
IRedisSettings.setHostname(String hostname) |
IRedisSettings |
RedisSettings.setHostname(String hostname) |
IRedisSettings |
IRedisSettings.setPort(int port) |
IRedisSettings |
RedisSettings.setPort(int port) |
IRedisSettings |
IRedisSettings.setRecordTtl(org.apache.wicket.util.time.Duration ttl)
Sets the time to live for the records in the table
|
IRedisSettings |
RedisSettings.setRecordTtl(org.apache.wicket.util.time.Duration ttl) |
Constructor and Description |
---|
RedisDataStore(IRedisSettings settings)
Constructor.
|
RedisDataStore(redis.clients.jedis.JedisPool pool,
IRedisSettings settings)
Constructor.
|
Copyright © 2015. All rights reserved.