We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f9c28 commit 7c0cde9Copy full SHA for 7c0cde9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 5.2.0
4
+
5
+- Now require Ruby 2.6 because `redis-client` does.
6
+- Eagerly close subscribed connection when using `subscribe_with_timeout`. See #1259.
7
- Add `exception` flag in `pipelined` allowing failed commands to be returned in the result array when set to `false`.
8
9
# 5.1.0
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.1.0'
+ VERSION = '5.2.0'
end
0 commit comments