2020
10-10
10-10
SpringBoot如何整合redis实现过期key监听事件
可以用于简单的过期订单取消支付、7天自动收货场景中1、SpringBoot整合redis参考https://www.jb51.net/article/170687.htm2、打开redis服务的配置文件添加notify-keyspace-eventsEx如果是注释了,就取消注释Linux安装redis:https://www.jb51.net/article/193265.htmWindows安装redis:https://www.jb51.net/article/176040.htm3、在redis配置类@Configuration添加如下内容@BeanRedisMessageListenerContainercontainer(R...
继续阅读 >