CHANGELOG.md in redis-client-0.6.2 vs CHANGELOG.md in redis-client-0.7.0
- old
+ new
@@ -1,6 +1,10 @@
# Unreleased
+# 0.7.0
+
+- Sentinel config now accept a list of URLs: `RedisClient.sentinel(sentinels: %w(redis://example.com:7000 redis://example.com:7001 ..))`
+
# 0.6.2
- Fix sentinel to not connected to s_down or o_down replicas.
# 0.6.1