Pyhton--Redis实战:Mac brew安装redis
下一篇文章:Python--Redis实战:第一章第一节:Redis简介
1、安装redis
$ brew install redis
Error:Failed to download resource "reds"
// 下载reds失败
不过不需要担心,brew会已经从其它地方下载并正确安装了
配置文件路径: /usr/local/etc/redis.conf
2、启动redis(可选)
$ redis-server
3、添加至开机启动项(可选)
$ ln -f /usr/local/Cellar/redis/2.8.13/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/ $ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
下一篇文章:Python--Redis实战:第一章第一节:Redis简介
相关推荐
王道革 2020-11-25
wangdonghello 2020-11-03
Langeldep 2020-11-16
chenhualong0 2020-11-16
聚合室 2020-11-16
koushr 2020-11-12
MRFENGG 2020-11-11
guoyanga 2020-11-10
fackyou00 2020-11-10
Orangesss 2020-11-03
dongCSDN 2020-10-31
rainandtear 2020-10-30
Quietboy 2020-10-30
liuyulong 2020-10-29
fansili 2020-10-29
温攀峰 2020-10-23
jackbon 2020-10-19
kaixinfelix 2020-10-04