Skip to content

Instantly share code, notes, and snippets.

@jasdeepsingh
Created May 22, 2013 15:40
Show Gist options
  • Save jasdeepsingh/5628569 to your computer and use it in GitHub Desktop.
Save jasdeepsingh/5628569 to your computer and use it in GitHub Desktop.
Installing Redis on Mac OS X
$ cd ~/Downloads/redis-2.4.14
$ make test
$ make
$ sudo mv src/redis-server /usr/bin
$ sudo mv src/redis-cli /usr/bin
$ mkdir ~/.redis
$ touch ~/.redis/redis.conf
$ redis-server
[30974] 29 May 21:27:49 * Server started, Redis version 2.4.14
[30974] 29 May 21:27:49 * The server is now ready to accept connections on port 6379
[30974] 29 May 21:27:49 - 0 clients connected (0 slaves), 922304 bytes in use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment