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 7fbd60a commit 3037564Copy full SHA for 3037564
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 5.0.1
4
+
5
+- Added a fake `Redis::Connections.drivers` method to be compatible with older sidekiq versions.
6
7
# 5.0.0
8
9
- Eagerly and strictly cast Integer and Float parameters.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.0.0'
+ VERSION = '5.0.1'
end
0 commit comments