As my title, I want to add a user who has only read permission to my redis server, like several users in mysql.
However, I just found one way to add password to the default, modify /etc/redis/redis.conf
file of line # requirepass foobared
.
Any help will be appreciated. Thank you.