Redis
zhang8907xiaoyue
这个作者很懒,什么都没留下…
展开
-
springboot redis Unsatisfied dependency expressed through method ‘redisTemplate‘ parameter 0
pom.xml中导入包更换写<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId></dependency>换成<dependency> <groupId>org.springframework.boot</groupI原创 2020-11-24 13:53:13 · 2777 阅读 · 0 评论 -
redis服务安装详细教程
一、下载windows版本的Redis去官网找了很久,发现原来在官网上可以下载的windows版本的,现在官网以及没有下载地址,只能在github上下载,官网只提供linux版本的下载github下载地址:https://github.com/MSOpenTech/redis/tags二、安装Redis1.我下载的是Redis-x64-3.2.100版本,我的电脑是win7 64位...转载 2018-08-31 10:56:00 · 411 阅读 · 0 评论