$ 轻盈的鱼

$ cd ..

### export koa2--redis使用笔记

koa2 + redis使用笔记

@ 2018/04/19 nodejs

// 文档

安装redis

yum install redis

启动服务

systemctl start redis

添加开机启动项

systemctl enable redis

redis配置

修改配置文件 /etc/redis.conf

  • 注释掉 bind 127.0.0.1
  • 去掉#requirepass foobared的注释并设置密码

未完

$ license

@ 2018/04/19
license CC BY-NC-SA 4.0 转载请注明出处
# 评论

加载中...

$ cd top