Skip to content

Install

kent edited this page Sep 13, 2010 · 3 revisions

On top of the dependcies mentioned in the README, Make sure that you run:

gem install redis

To install the redis gem.

To run the examples in the /examples directory simply start the server with:

Mac OSX

$ redis-server

If you do not specify a custom conf file, redis will use the default that gets installed to /etc/redis.conf. If everything works okay the redis-server should start on the default port of 6379.

Clone this wiki locally