随笔分类 - Redis
摘要:1.新建springboot项目,bom.xml添加依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artif
阅读全文
摘要:1.Redis官网下载 2.或者直接命令下载安装 [root@xiaobing redis]# wget http://download.redis.io/releases/redis-7.0.2.tar.gz [root@xiaobing redis-7.0.2]# tar xzf redis-7
阅读全文