Created
November 23, 2015 16:56
-
-
Save rajkrrsingh/a86ff86f73e351bdf86c to your computer and use it in GitHub Desktop.
Redis Server installation on CentOs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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