Skip to content

Instantly share code, notes, and snippets.

@iamakashk
Created May 23, 2020 06:49
Show Gist options
  • Save iamakashk/e860996363741913939def7693992705 to your computer and use it in GitHub Desktop.
Save iamakashk/e860996363741913939def7693992705 to your computer and use it in GitHub Desktop.
Redis-installation-ubuntu
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment