Skip to content

Instantly share code, notes, and snippets.

@tonmanna
Created March 24, 2022 11:19
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 tonmanna/1dade7db800c07c4cc2a245b073ca491 to your computer and use it in GitHub Desktop.
Save tonmanna/1dade7db800c07c4cc2a245b073ca491 to your computer and use it in GitHub Desktop.
redis-cli installer
https://codewithhugo.com/install-just-redis-cli-on-ubuntu-debian-jessie/
cd /tmp
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
cp src/redis-cli /usr/local/bin/
chmod 755 /usr/local/bin/redis-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment