Actions
Feature #28407
closedUse rh-redis5 SCL on EL7
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Yes
Description
Both Dynflow with Sidekiq and Pulp 3 will use Redis. Currently EPEL contains Redis 3.2. The There is also a Redis 5 SCL which has the benefit of providing a newer version. It also has a clearer life cycle and users of RHEL have the benefit of commercial support.
For reference, Debian 10 ships Redis 5.0 and Ubuntu 18.04 ships 4.0. The newer version will reduce the number of different versions in use.
voxpupuli-redis 5.0.0 adds support for using the SCL version. This can be enabled by setting redis::globals::scl via Hiera.
Actions