redis中大key引起的问题
1、阻塞请求 Big Key对应的value较大,我们对其进行读写的时候,需要耗费较长的时间,这样就可能阻塞后续的请求处理。Redis的核心线程是单线程,单线程中请求任务的处理是串行的,前面的任务完不成…
1. 官方文档
SpringBoot 版本 2.6.13,相关链接 Developing with Spring Boot
1.1 什么是 Starter
Starters are a set of convenient dependency descriptors that you can include in your application. You get a one-stop shop for all the Spring and relate…