所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static boolean |
expire(String key,
long timeout) |
static Object |
get(String key) |
static <E> E |
get(String key,
Class<E> clazz) |
static org.redisson.api.RedissonClient |
getClient() |
static Map |
hashFindAll(String key) |
static <K> Object |
hashGet(String key,
K hasKey) |
static <K,V> V |
hashGet(String key,
K hasKey,
Class<V> clazz) |
static <K,V> void |
hashPut(String key,
K hasKey,
V value) |
static void |
hashPutAll(String key,
Map<String,Object> data) |
static <K,V> boolean |
hashPutIfAbsent(String key,
K hasKey,
V value) |
static <K> void |
hashRemove(String key,
K hasKey) |
static Boolean |
hasKey(String key) |
static void |
put(String key,
Object value,
long timeout) |
static Boolean |
remove(String key) |
static Set<Object> |
setGet(String key) |
static <V> Set<V> |
setGet(String key,
Class<V> clazz) |
static <V> void |
setPut(String key,
V values,
long timeout) |