或者使用Spring封装的Jedis。这里主要用到的API是set方法和exists方法
-
怎么自定义redis缓存拦截器
使用Spring AOP,定义一个切面类实现org.springframework.cache.interceptor.CacheInterceptor接口,并重写相关方法。
使用Spring AOP,定义一个切面类实现org.springframework.cache.interceptor.CacheInterceptor接口,并重写相关方法。