Skip to content

Instantly share code, notes, and snippets.

@rajkrrsingh
Created November 23, 2015 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajkrrsingh/a86ff86f73e351bdf86c to your computer and use it in GitHub Desktop.
Save rajkrrsingh/a86ff86f73e351bdf86c to your computer and use it in GitHub Desktop.
Redis Server installation on CentOs
#wget http://download.redis.io/releases/redis-3.0.2.tar.gz
# tar xzf redis-3.0.2.tar.gz
# cd redis-3.0.2
# make
Run Redis Server
src/redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment