spring启动缓存请求延迟测量

ki1q1bka  于 2021-06-08  发布在  Redis
关注(0)|答案(0)|浏览(156)

我正在使用带redis缓存的spring boot 2:

implementation 'org.springframework.boot:spring-boot-starter-data-redis'

值存储在redis中 @Cacheable("key") 注解。我需要记录访问redis的请求时间。有可能吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题