We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92f31d commit 295e917Copy full SHA for 295e917
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+v1.1.1 (2016-xx-xx)
2
+================================================================================
3
+
4
+- __FIX__: `password` and `database` from the global `parameters` client option
5
+ were still being applied to sentinels connections making them fail (sentinels
6
+ do not understand the `AUTH` and `SELECT` commands) (PR #346).
7
8
+- __FIX__: when a sentinel instance reports no sentinel for a service, invoking
9
+ `connect()` on the redis-sentinel connection backend should fall back to the
10
+ master connection instead of failing (ISSUE #342).
11
12
13
v1.1.0 (2016-06-02)
14
================================================================================
15
0 commit comments