簡體   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