Skip to content

FiveTigers.SR6

Compare
Choose a tag to compare
@javahongxi javahongxi released this 30 Dec 04:54
· 484 commits to master since this release
  • RedisTemplate新增如下方法:
    • execute(RedisCallback<T> action)
    • set(String key, T value, int seconds)
    • get(String key, Class<T> clazz)
  • RedisService封装简化