docs(session): add redis sentinel username to config template (#2554)

This adds the redis sentinel username to the config templates.
pull/2553/head^2
James Elliott 2021-10-31 14:26:58 +11:00 committed by GitHub
parent 0365838f16
commit 8c6915ab40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -459,6 +459,9 @@ session:
## Sentinel Name / Master Name. ## Sentinel Name / Master Name.
# sentinel_name: mysentinel # 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. ## Specific password for Redis Sentinel. The node username and password is configured above.
# sentinel_password: sentinel_specific_pass # sentinel_password: sentinel_specific_pass

View File

@ -459,6 +459,9 @@ session:
## Sentinel Name / Master Name. ## Sentinel Name / Master Name.
# sentinel_name: mysentinel # 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. ## Specific password for Redis Sentinel. The node username and password is configured above.
# sentinel_password: sentinel_specific_pass # sentinel_password: sentinel_specific_pass