Closed tak1n closed 7 years ago
I took a look at the changelog for redis-rb and it doesn't look like the 4.0 change has any significant changes, but it does have a couple of breaking changes. The breaking changes don't have any effect on readthis
, but could be an issue for application code.
Let's change the requirement to allow both 3.X and 4.X.
@tak1n Thanks!
@sorentwo Can we have a release with this change?
@morgoth thanks for the prompt, released as v2.1.0
I updated the gemspec to point to
~> 4.0
. The only breakage I saw was in cache_spec on how to access the low level client.https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#40
Added support for CLIENT commands. The lower-level client can be accessed via Redis#_client.