
reids
Lee_Suoer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redis安装以及配置文件详解
redis安装:先安装编译环境: yum install -y gcc yum install -y gcc-c++解压redis的压缩包,之后进入解压目录,执行 make && make install安装之后的目录结构:先将redis.conf文件打开,将里面的daemon属性改为yes,以守护进程的方式启动。另外,以守护进程的方式...原创 2018-08-29 23:08:27 · 1185 阅读 · 0 评论 -
springboot redis
package com.example.demo.config;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework...原创 2018-12-31 22:14:17 · 371 阅读 · 0 评论