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 18642ef commit a1d6f68Copy full SHA for a1d6f68
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 5.3.0
4
+
5
+- Fix the return type of `hgetall` when used inside a `multi` transaction which is itself inside a pipeline.
6
7
# 5.2.0
8
9
- Now require Ruby 2.6 because `redis-client` does.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.2.0'
+ VERSION = '5.3.0'
end
0 commit comments