Skip to content

Instantly share code, notes, and snippets.

@johnnyeric
Forked from jasdeepsingh/installing-redis1.sh
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save johnnyeric/2a1b0d974a8f2bd13916 to your computer and use it in GitHub Desktop.

Select an option

Save johnnyeric/2a1b0d974a8f2bd13916 to your computer and use it in GitHub Desktop.
$ 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