-
Notifications
You must be signed in to change notification settings - Fork 1k
Install
rubyrajesh edited this page Apr 18, 2014
·
3 revisions
On top of the dependencies 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.