f17252de50
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
7 lines
218 B
YAML
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.
|