摘要:
springboot配置基于redis的缓存(二) 上文(一)描写了基于注解的缓存,其实底层逻辑就是redis的get 、set操作,将操作结果返回redis中。因此我们可以使用RedisUtils来进行自己设置,比如序列化的设置,key的设置都更加灵活一些。 在RedisConfig中添加redi 阅读全文
摘要:
springboot配置基于redis的缓存 springboot为什么要用缓存? https://docs.spring.io/spring-boot/docs/2.4.6/reference/htmlsingle/#boot-features-caching springboot如何实现缓存及R 阅读全文