Skip to content

Instantly share code, notes, and snippets.

@aNd1coder
Created June 2, 2016 13:11
Show Gist options
  • Save aNd1coder/8d6c74be5bbfe93e397e8f7299c23b7e to your computer and use it in GitHub Desktop.
Save aNd1coder/8d6c74be5bbfe93e397e8f7299c23b7e to your computer and use it in GitHub Desktop.
Configuration redis password
$ sudo vim /etc/redis/redis.conf
$ requirepass <password>
$ sudo service redis restart
$ redis-cli -h 127.0.0.1 -p 6379 -a <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment