zsetoperations专题

Springboot 使用Redis中ZSetOperations实现博客访问量功能

Springboot 使用Redis中ZSetOperations实现博客访问量功能 1.在application.yml中Redis配置信息 spring:redis:host: 127.0.0.1port: 6379password: 12345678 2.在pom.xml中加载依赖 <dependency><groupId>org.springframework.boot</gro