Skip to content

Instantly share code, notes, and snippets.

@ayrilmaz
Created July 12, 2021 12:45
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 ayrilmaz/891c00f9dffca5d574c836948e2a3ae9 to your computer and use it in GitHub Desktop.
Save ayrilmaz/891c00f9dffca5d574c836948e2a3ae9 to your computer and use it in GitHub Desktop.
Ubuntu Redis
sudo apt update
sudo apt install redis-server -y
sudo nano /etc/redis/redis.conf
supervised no -> systemd
sudo systemctl restart redis.service
sudo nano /etc/redis/redis.conf
# SECURITY #
requirepass pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment