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 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.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33class Redis
4- VERSION = '5.0.0.beta4 '
4+ VERSION = '5.0.0'
55end
You can’t perform that action at this time.
0 commit comments