Created
June 2, 2016 13:11
-
-
Save aNd1coder/8d6c74be5bbfe93e397e8f7299c23b7e to your computer and use it in GitHub Desktop.
Configuration redis password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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