docs(session): add redis sentinel username to config template (#2554)
This adds the redis sentinel username to the config templates.pull/2553/head^2
parent
0365838f16
commit
8c6915ab40
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue