Skip to content

Commit 082d198

Browse files
committed
Release 5.4.0
1 parent 00f7a9f commit 082d198

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
# 5.4.0
4+
5+
- Fix `blmpop` method to actually use `BLMPOP`, it was mistakenly issuing `LMPOP` commands.
6+
- `xadd` now accepts a `minid:` argument.
7+
- `zrank` and `zrevrank` now accepts `with_score:` argument.
8+
- `Redis#call` now accept a block, allowing to use `Redis` instances where `RedisClient` is expected.
9+
310
# 5.3.0
411

512
- Fix the return type of `hgetall` when used inside a `multi` transaction which is itself inside a pipeline.

lib/redis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '5.3.0'
4+
VERSION = '5.4.0'
55
end

0 commit comments

Comments
 (0)