Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created April 28, 2025 04:34
Show Gist options
  • Save nanusdad/918fcda236323222c9e9a7fb27e78306 to your computer and use it in GitHub Desktop.
Save nanusdad/918fcda236323222c9e9a7fb27e78306 to your computer and use it in GitHub Desktop.
Installing and deploying Redis
tar tvf redis-stable.tar
cd ~/bin
tar xfv ~/Downloads/redis-stable.tar
cd redis-stable
make
make test
cd src
./redis-server
redis-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment