Re: Configure Redis on mac osx

424 views
Skip to first unread message

Josiah Carlson

unread,
May 13, 2013, 12:52:03 AM5/13/13
to redi...@googlegroups.com
You can install the standard compiler, download the Redis source distribution, the compile and install it.

Or you can use rudix: http://rudix.org/ - they've got binaries for 2.6.9 .

 - Josiah


On Sun, May 12, 2013 at 8:38 AM, Alexandre Carmo <alex...@alexandreccarmo.com> wrote:
Hello Friends

I beginning on Redis and a Would like know how can I install and configure redis to production on mac osx?
 

--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Jay A. Kreibich

unread,
May 13, 2013, 7:54:47 AM5/13/13
to redi...@googlegroups.com
On Sun, May 12, 2013 at 08:38:40AM -0700, Alexandre Carmo scratched on the wall:
> Hello Friends
>
> I beginning on Redis and a Would like know how can I install and configure
> redis to production on mac osx?

If you have the development tools installed (available for free via
the Mac App Store) you can just download the code, compile it, and
install it. It compiles without any need for configuration.

I've never used Redis on Mac OS X for what I would consider full
"production", but I have used it for some pretty heavy testing and
project development. I doubt you'll have any issues.

-j

--
Jay A. Kreibich < J A Y @ K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
but showing it to the wrong people has the tendency to make them
feel uncomfortable." -- Angela Johnson

dennis...@teamaol.com

unread,
May 29, 2013, 4:28:29 AM5/29/13
to redi...@googlegroups.com
As stated you need a C compiler.

Easiest wasy of installing it:
1) insall XCode from apple whicincludes a compiler (free - use app store):
https://developer.apple.com/xcode/

2) Install Packaging and distibution software: Brew/Macports/Fink (my preference is brew)
Using that it's easy to install packages and dependencies in one go.
http://mxcl.github.io/homebrew/

2a) So either install redis (will install some stable version, might not be the newest) or ...
2b) ...install a compiler and then install redis from the sources (which works like a charm - so this would be my preference as you are free in which version to choose). Instructions:
http://redis.io/download

If you're interested in installing the cluster the following document and video are a good start:
http://no-fucking-idea.com/blog/2012/04/16/setting-up-redis-cluster/
https://vimeo.com/63672368
http://redis.io/topics/cluster-spec
Reply all
Reply to author
Forward
0 new messages