File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- - Eagerly and strictly cast Integer and Float parameters.
4
-
5
- # 5.0.0.beta4
3
+ # 5.0.0
6
4
5
+ - Eagerly and strictly cast Integer and Float parameters.
7
6
- 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
-
12
7
- Use ` MD5 ` for hashing server nodes in ` Redis::Distributed ` . This should improve keys distribution among servers. See #1089 .
13
8
- Changed ` sadd ` and ` srem ` to now always return an Integer.
14
9
- Added ` sadd? ` and ` srem? ` which always return a Boolean.
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
class Redis
4
- VERSION = '5.0.0.beta4 '
4
+ VERSION = '5.0.0'
5
5
end
You can’t perform that action at this time.
0 commit comments