Skip to content

Instantly share code, notes, and snippets.

@tvvignesh
Created December 6, 2018 14:09
Show Gist options
  • Save tvvignesh/bce1cb19e0f41a0c980fd5e999fa019b to your computer and use it in GitHub Desktop.
Save tvvignesh/bce1cb19e0f41a0c980fd5e999fa019b to your computer and use it in GitHub Desktop.
Redis installation and commands

wget http://download.redis.io/releases/redis-5.0.2.tar.gz

tar xzf redis-5.0.2.tar.gz

cd redis-5.0.2

cd deps

make hiredis jemalloc linenoise lua geohash-int

cd ..

sudo make install

make test

src/redis-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment