summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml')
-rw-r--r--releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml b/releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml
new file mode 100644
index 0000000..9409fce
--- /dev/null
+++ b/releasenotes/notes/add-sentinel-redis-support-9fd16e2a5dd5c0c9.yaml
@@ -0,0 +1,6 @@
+---
+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.