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