Persistent key-value database

Edit Package redis
https://redis.io
No description set
Refresh
Refresh
Source Files
Filename Size Changed
project.diff 0000007824 7.64 KB
redis-sentinel.target 0000000111 111 Bytes
redis-sentinel@.service 0000000327 327 Bytes
Revision 16 (latest revision is 42)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 16)
- added systemd unit file file redis-sentinel
  - the unit file uses the same multiple instance mechanism as the
    normal redis unit file
    systemctl start redis-sentinel@default will look for
    /etc/redis/sentinel-default.conf
    and expects a pid file
    /var/run/redis/sentinel-default.pid
    Please make sure your sentinel config sets the pid file.
  - adapted the default sentinel.conf.example to set the pid file
    and the log file similar to the normal redis.conf:
    /var/log/redis/sentinel-<instancename>.log
    /var/run/redis/sentinel-<instancename>.pid
    The unit file checks for the pid file so please adapt your
    local sentinel configs.
  - adapt and restructure README.SUSE
    - move the LimitNoFile to the service file itself so the user
      do not have to manually do that step for every instance
    - move the apache integration into its own section
    - add section for redis-sentinel
  - install sentinel example config with group write permissions
    to indicate that the actually config needs to be writable.
Comments 0
openSUSE Build Service is sponsored by