Skip to content

Commit 70dab9c

Browse files
committed
Release 4.7.0
1 parent 4724c1b commit 70dab9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 4.7.0
4+
5+
* Support single endpoint architecture with SSL/TLS in cluster mode. See #1086.
6+
* `zrem` and `zadd` act as noop when provided an empty list of keys. See #1097.
37
* Support IPv6 URLs.
48
* Add `Redis#with` for better compatibility with `connection_pool` usage.
59
* Fix the block form of `multi` called inside `pipelined`. Previously the `MUTLI/EXEC` wouldn't be sent. See #1073.

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '4.6.0'
4+
VERSION = '4.7.0'
55
end

0 commit comments

Comments
 (0)