Skip to content

Lock redis version into 3.x

Jan Meizner requested to merge lock-redis-version into master

Current action cable version we are using is quite restrictive and allow only redis in version 3.x. This will change in rails 5.2, then we can remove this restriction (or change it into 4.x).

Links

[1] https://github.com/rails/rails/issues/30527

Merge request reports