Skip to content

Instantly share code, notes, and snippets.

@badhonhitech
Created November 26, 2019 18:49
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 badhonhitech/81966b63fb16ca933c2d98bd891cfed2 to your computer and use it in GitHub Desktop.
Save badhonhitech/81966b63fb16ca933c2d98bd891cfed2 to your computer and use it in GitHub Desktop.
radis install ubuntu 18
sudo wget http://download.redis.io/redis-stable.tar.gz
sudo tar xvzf redis-stable.tar.gz
cd redis-stable
sudo make
sudo redis-server
sudo redis-cli ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment