首页 > 系统服务 > 详细

mac brew install redis

时间:2015-09-16 09:40:34      阅读:190      评论:0      收藏:0      [点我收藏+]

在mac 下安装redis

执行brew install redis

==> Downloading http://download.redis.io/releases/redis-2.8.19.tar.gz
######################################################################## 100.0%
==> make install PREFIX=/usr/local/Cellar/redis/2.8.19 CC=clang
==> Caveats
To have launchd start redis at login:
    ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
Then to load redis now:
    launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Or, if you don‘t want/need launchctl, you can just run:
    redis-server /usr/local/etc/redis.conf
==> Summary
??  /usr/local/Cellar/redis/2.8.19: 9 files, 824K, built in 21 seconds

 

mac brew install redis

原文:http://www.cnblogs.com/lv-lu/p/4812218.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!