码迷,mamicode.com
首页 > 系统相关 > 详细

mac brew install redis

时间:2015-09-16 09:42:28      阅读:240      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!