vi /usr/local/etc/redis.conf
Add the line:
requirepass <your password>
And restart your redis service with brew services restart redis
.
vi /usr/local/etc/redis.conf
Add the line:
requirepass <your password>
And restart your redis service with brew services restart redis
.