会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
leoxuan
博客园
首页
新随笔
联系
订阅
管理
2018年5月17日
Redis常用配置Redis.conf
摘要: 1、redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程: daemonize no 2、当redis以守护进程方式运行时,redis默认会把pid写入/var/run/redis.pid文件,可以通过pidfile指定: pidfile /var/run/redis
阅读全文
posted @ 2018-05-17 21:50 leoxuan
阅读(13161)
评论(0)
推荐(0)
编辑
Redis默认配置文件Redis.conf的详细说明
摘要: Redis常用配置Redis.conf
阅读全文
posted @ 2018-05-17 21:37 leoxuan
阅读(7547)
评论(0)
推荐(0)
编辑
公告