Skip to content

Commit 667b000

Browse files
committed
Release 5.0.0
1 parent 6ddf145 commit 667b000

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Unreleased
22

3-
- Eagerly and strictly cast Integer and Float parameters.
4-
5-
# 5.0.0.beta4
3+
# 5.0.0
64

5+
- Eagerly and strictly cast Integer and Float parameters.
76
- Allow to call `subscribe`, `unsubscribe`, `psubscribe` and `punsubscribe` from a subscribed client. See #1131.
8-
- Fix `redis-clustering` gem to specify the dependency on `redis`
9-
10-
# 5.0.0.beta3
11-
127
- Use `MD5` for hashing server nodes in `Redis::Distributed`. This should improve keys distribution among servers. See #1089.
138
- Changed `sadd` and `srem` to now always return an Integer.
149
- Added `sadd?` and `srem?` which always return a Boolean.

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 = '5.0.0.beta4'
4+
VERSION = '5.0.0'
55
end

0 commit comments

Comments
 (0)