public class RedisStringDaoShortLivedMap extends RedisDaoShortLivedMap<String>
| Constructor and Description |
|---|
RedisStringDaoShortLivedMap(RedisService svc) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key) |
Future<String> |
getAsync(String key) |
void |
put(String key,
String value) |
void |
putAsync(String key,
String value) |
void |
putAsync(String key,
String value,
Long milliseconds) |
String |
remove(String key) |
String |
replace(String key,
String value)
Atomic guarantee
|
isExpired, setExpiry, setExpirygetRedisService, getSafepublic RedisStringDaoShortLivedMap(RedisService svc)
public String replace(String key, String value) throws Lot49Exception
DaoMapLot49Exceptionpublic String get(String key) throws Lot49Exception
Lot49Exceptionpublic String remove(String key) throws Lot49Exception
Lot49Exception