From 8c6915ab40befbbd84adf568057374751a917b2d Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 31 Oct 2021 14:26:58 +1100 Subject: [PATCH] docs(session): add redis sentinel username to config template (#2554) This adds the redis sentinel username to the config templates. --- config.template.yml | 3 +++ internal/configuration/config.template.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config.template.yml b/config.template.yml index 3e81f169c..b1d6cda6b 100644 --- a/config.template.yml +++ b/config.template.yml @@ -459,6 +459,9 @@ session: ## Sentinel Name / Master Name. # sentinel_name: mysentinel + ## Specific username for Redis Sentinel. The node username and password is configured above. + # sentinel_username: sentinel_specific_user + ## Specific password for Redis Sentinel. The node username and password is configured above. # sentinel_password: sentinel_specific_pass diff --git a/internal/configuration/config.template.yml b/internal/configuration/config.template.yml index 3e81f169c..b1d6cda6b 100644 --- a/internal/configuration/config.template.yml +++ b/internal/configuration/config.template.yml @@ -459,6 +459,9 @@ session: ## Sentinel Name / Master Name. # sentinel_name: mysentinel + ## Specific username for Redis Sentinel. The node username and password is configured above. + # sentinel_username: sentinel_specific_user + ## Specific password for Redis Sentinel. The node username and password is configured above. # sentinel_password: sentinel_specific_pass