| Constructor and Description |
|---|
KeysDAORedisImpl(Config config,
redis.clients.util.Pool<redis.clients.jedis.Jedis> jedisPool) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
getKeyInfo(String key) |
KeyInfo |
getKeyInfo(String key,
int offset,
int count) |
List<KeyInfo> |
getKeyInfos() |
Map<String,String> |
getRedisInfo() |
public KeysDAORedisImpl(Config config, redis.clients.util.Pool<redis.clients.jedis.Jedis> jedisPool)
public KeyInfo getKeyInfo(String key)
getKeyInfo in interface KeysDAOpublic KeyInfo getKeyInfo(String key, int offset, int count)
getKeyInfo in interface KeysDAOpublic List<KeyInfo> getKeyInfos()
getKeyInfos in interface KeysDAOpublic Map<String,String> getRedisInfo()
getRedisInfo in interface KeysDAOCopyright © 2011-2013. All Rights Reserved.