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 053cbb1 commit 5aa1e0cCopy full SHA for 5aa1e0c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 4.0.3
2
+
3
+* Fix raising command error for first command in pipeline. See #788.
4
+* Fix the gemspec to stop exposing a `build` executable. See #785.
5
+* Add `:reconnect_delay` and `:reconnect_delay_max` options. See #778.
6
7
# 4.0.2
8
9
* Added `Redis#unlink`. See #766.
lib/redis/version.rb
@@ -1,3 +1,3 @@
class Redis
- VERSION = "4.0.2"
+ VERSION = "4.0.3"
end
0 commit comments