Package top.codef.redisdao.interfaces
Interface RedisCDao
- All Superinterfaces:
RedisDao
- All Known Implementing Classes:
AbstractHashCDao
,AbstractListCDao
,AbstractRedisCDao
,AbstractSetCDao
,AbstractZSetCDao
-
Method Summary
Methods inherited from interface top.codef.redisdao.interfaces.RedisDao
getStringRedisTemplate
-
Method Details
-
getKey
String getKey() -
hasKey
boolean hasKey() -
deleteKey
void deleteKey() -
expire
-