Test with redis-rb 4.0.0 RC1
djanowski opened this issue · 5 comments
djanowski commented
I just released redis-rb 4.0.0 RC1.
Can you please test against it and report back?
Thank you!
reneklacan commented
@djanowski Sure, we would love to! 👍
reneklacan commented
@djanowski I've made sure we are testing on redis-rb 4.0.0 RC1 as well (#108) ... everything looks fine!
I am also going to try 4.0.0 RC1 with our rails monolith's specs where we extensively using Redis and I will let if I discover any problems!
reneklacan commented
@djanowski I see some incompatibility with https://github.com/resque/redis-namespace due fact they use redis (>= 3.0.4, ~> 3.0)
version constraint
reneklacan commented
@djanowski I see you already opened issue in their repo, never mind :D
djanowski commented
See this discussion about redis-namespace. Thanks.