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 e0dfbef commit 9f659e9Copy full SHA for 9f659e9
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Unreleased
2
3
+# 4.1.1
4
+
5
+* Fix error handling in multi blocks. See #754.
6
+* Fix geoadd to accept arrays like georadius and georadiusbymember. See #841.
7
+* Fix georadius command failing when long == lat. See #841.
8
+* Fix timeout error in xread block: 0. See #837.
9
+* Fix incompatibility issue with redis-objects. See #834.
10
+* Properly handle Errno::EADDRNOTAVAIL on connect.
11
+* Fix password authentication to sentinel instances. See #813.
12
13
# 4.1.0
14
15
* Add Redis Cluster support. See #716.
0 commit comments