A Mac OS X system preference pane which aids in starting and stopping the Redis database server.
Features include:
Start and Stop of the database server Enabling and Disabling the auto-start option when your computer boots up.
- Install Redis using HomeBrew
- brew install redis
- Copy
homebrew.mxcl.redis.plist
to your~/Library/LaunchAgents
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/redis/2.4.13/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
- Edit your
/usr/local/etc/redis.conf
- find the line with
daemonize no
- change it to
daemonize yes
- find the line with
- Download the prefPane or clone and compile it yourself.
- Download: Redis.prefPane
- Git clone:
git clone git://github.com/dquimper/Redis.prefPane.git
All the work Salvatore Sanfilippo and Pieter Noordhuis are doing in order to develop Redis is sponsored by VMware.
The Redis logo was designed by Carlos Prioglio. See more credits.
The source code for the pref pane is Open Source under MIT License. See the LICENSE file for full details of the MIT License.
This is my first MacOSX application and my first experience with Objective-C.
This project was created to mimic the mySQL Preference pane that you get from downloading the mySQL tarball. The code is shamelessly copied and adapted from the pgpane project by John Wang (a Postgres prefPane).
It was created to help non-technical people in getting their Ruby on Rails system set up with Redis, and are not too familiar with the Terminal app and unix commands.