File: sentinel-use-redis-creds-63f58b12ad46a2b5.yaml

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    Now the redis driver uses the credential for redis servers in connections
    to Redis Sentinel servers.

upgrade:
  - |
    Now the redis driver uses the same credentials as redis by default. If
    a different credentials need to be used, override these via
    ``sentinel_kwargs``.