Skip to content

Instantly share code, notes, and snippets.

@taoyuan
Forked from jasdeepsingh/installing-redis1.sh
Created November 24, 2013 04:43
Show Gist options
  • Save taoyuan/7623418 to your computer and use it in GitHub Desktop.
Save taoyuan/7623418 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