
redis
Rm-r
学习的路需要自己走,在走的过程中留下自己的足迹。
展开
-
Redis Desktop Manager连接Linux(centOS7)系统上的Redis
安装请参考:Redis之在Linux上安装和简单的使用 Redis Desktop Manager安装文件:https://pan.baidu.com/s/1p8Rn_WIyVxwA3MOyAJdL0g 提取码:4e2z 在使用RedisDesktopManager无法连接Linux(centos7)的redis服务的解决方法: 1.Redis默认只支持本地链接,输入进程命令查看得知(...原创 2019-03-26 16:50:25 · 1634 阅读 · 0 评论 -
Spring Boot集成Redis实战操作
1.在pom文件中引入redis的jar包: <!-- 整合redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter...原创 2019-03-28 10:02:32 · 287 阅读 · 0 评论