taskflow/releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml
Ann Taraday f17252de50 Add sentinel redis support
Redis client has an ability to connect to Redis server
using Sentinel[1] (especially important for Redis clusters),
but this ability was missing here.

Allow to pass 'sentinel' variable to Redis conf, extend
_make_client to use sentinel for that case.

[1] - https://github.com/andymccurdy/redis-py#sentinel-support

Change-Id: Ia8cc98e701435fd0231da3724f5d7108fc4f96f4
2020-08-05 17:03:25 +04:00

7 lines
218 B
YAML

---
features:
- |
Allow to use Sentinel for Redis connections. New variable *sentinel* can be
passed to Redis jobboard. It is None by default, Sentinel name should be passed
to enable this functionality.