Skip to content

Instantly share code, notes, and snippets.

@jsrimr
Created December 9, 2019 09:02
Show Gist options
  • Select an option

  • Save jsrimr/52a49a7598ecec20c165dfd842ff29cf to your computer and use it in GitHub Desktop.

Select an option

Save jsrimr/52a49a7598ecec20c165dfd842ff29cf to your computer and use it in GitHub Desktop.
install-redis(centos)
sudo yum install -y make gcc wget
wget http://download.redis.io/releases/redis-5.0.7.tar.gz
tar xzf redis-5.0.7.tar.gz
cd redis-5.0.7
cd deps
make hiredis jemalloc linenoise lua geohash-int
cd ..
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment