public interface KeysDAO
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
getKeyInfo(String key)
Get basic key info.
|
KeyInfo |
getKeyInfo(String key,
int offset,
int count)
Get basic key info plus a sub-list of the array value for the key, if applicable.
|
List<KeyInfo> |
getKeyInfos()
Get basic info on all keys.
|
Map<String,String> |
getRedisInfo() |
KeyInfo getKeyInfo(String key)
key - the key nameKeyInfo getKeyInfo(String key, int offset, int count)
key - the key nameoffset - the offset into the arraycount - the number of values to returnList<KeyInfo> getKeyInfos()
Copyright © 2011-2015. All Rights Reserved.