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 c205a8c commit 6784a32Copy full SHA for 6784a32
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 5.4.1
4
+
5
+- Properly handle NOSCRIPT errors.
6
7
# 5.4.0
8
9
- Fix `blmpop` method to actually use `BLMPOP`, it was mistakenly issuing `LMPOP` commands.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.4.0'
+ VERSION = '5.4.1'
end
0 commit comments