I wanted to cover some security aspect of Redis, using Redis Password feature. Redis uses config file to provide a password for it. The config file is usually located at /etc/redis/redis.conf if you are using linux. Look for the SECURITY section.
1 |
requirepass taswar-foobared |
If you are using docker you can set the option when you start […]