Skip to content

Instantly share code, notes, and snippets.

@ammaratef45
Last active February 10, 2019 06:01
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 ammaratef45/eaef2984596bccc80b1800f92efa1e4c to your computer and use it in GitHub Desktop.
Save ammaratef45/eaef2984596bccc80b1800f92efa1e4c to your computer and use it in GitHub Desktop.
Redis installation and running script
#!/bin/bash
sudo apt install make gcc libc6-dev tcl
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
sudo make install
src/redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment