Skip to content

Instantly share code, notes, and snippets.

@lavir
Forked from jasdeepsingh/installing-redis1.sh
Created November 11, 2013 15:25
Show Gist options
  • Save lavir/7414885 to your computer and use it in GitHub Desktop.
Save lavir/7414885 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