Skip to content

Instantly share code, notes, and snippets.

@enesusta
Last active June 6, 2020 13:30
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 enesusta/ff4d351bde3f1843d58ad3b2bc180d6e to your computer and use it in GitHub Desktop.
Save enesusta/ff4d351bde3f1843d58ad3b2bc180d6e to your computer and use it in GitHub Desktop.
Redis script
#!/bin/bash
wget http://download.redis.io/releases/redis-6.0.4.tar.gz
tar xzf redis-6.0.4.tar.gz
cd redis-6.0.4/src
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment