繁体   English   中英

使用 Redis Sentinel 进行身份验证

[英]Authentication with Redis Sentinel

我试图更好地理解 Redis Sentinel 身份验证。 如果有人可以澄清,将不胜感激。

根据 Redis Sentinel 文档,

You can also configure the Sentinel instance itself in order to require
client authentication via the AUTH command, however this feature is only
available starting with Redis 5.0.1.
In order to do so, just add the following configuration directive to all
your Sentinel instances: requirepass <your_password_here?

我的问题:

  1. Redis Sentinel 密码是否必须与 master 的密码相同?
  2. 受密码保护的 Sentinel 节点是否可以与不需要身份验证的主节点一起使用? 我意识到这种情况可能没有多大意义,但我只是想知道是否支持此用例。

您可以在此链接上找到一些信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM