github.com/cs3org/reva/v2@v2.27.7/changelog/2.13.0_2023-05-02/support-redis-sentinel.md (about)

     1  Enhancement: Add support for redis sentinel caches
     2  
     3  We added support for redis sentinel. The sentinel configuration is given in
     4  the cache node in the following form:
     5      
     6      <host>/<name of master>
     7      
     8  e.g.
     9      
    10      10.10.0.207/mymaster
    11  
    12  https://github.com/cs3org/reva/pull/3697
    13  https://github.com/owncloud/ocis/issues/5645