Skip to content

Commit

Permalink
[jan] Support Redis Sentinel configuration (Michael Menge <michael.me…
Browse files Browse the repository at this point in the history
…nge@zdv.uni-tuebingen.de>, Request #14998).
  • Loading branch information
yunosh committed Mar 12, 2020
1 parent acb53ac commit 698b6d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,12 @@
<configlist name="port" required="false" desc="Port(s) the Redis
server(s) are running on. If more than one host is used, specify ports
for respective servers, separated by commas.">6379</configlist>
<configswitch name="replication" desc="Replication Protocol">none
<case name="none" desc="None" />
<case name="sentinel" desc="Sentinel">
<configstring name="service" required="true" desc="Name of the Service">mymaster</configstring>
</case>
</configswitch>
</case>
</configswitch>
<configstring name="password" required="false" desc="Password to
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
identifier: LGPL-2
uri: http://www.horde.org/licenses/lgpl
notes: |
[jan] Support Redis Sentinel configuration (Michael Menge <michael.menge@zdv.uni-tuebingen.de>, Request #14998).
[jan] Use file hashing for detecting outdated configuration files.
[jan] Fix XSS vulnerabilities in administration interface.
5.2.21:
Expand Down

0 comments on commit 698b6d7

Please sign in to comment.