0

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.

Community
  • 1
  • 1
iatboy
  • 1,295
  • 1
  • 12
  • 19

1 Answers1

1

Currently (up to v3.2) Redis doesn't provide the ability to define users. As you've learned, there's only one user that may be protected with the optional password.

Itamar Haber
  • 47,336
  • 7
  • 91
  • 117