Commit b88fb7e1 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Redis 3.2.0 is minimum required version

As per commit e5aa157f, Redis 3.2.0 or
higher is required for Merge Trains to work.
Signed-off-by: default avatarBalasankar "Balu" C <balasankarc@autistici.org>
parent 8bc6b632
...@@ -5,7 +5,7 @@ require 'redis' ...@@ -5,7 +5,7 @@ require 'redis'
module SystemCheck module SystemCheck
module App module App
class RedisVersionCheck < SystemCheck::BaseCheck class RedisVersionCheck < SystemCheck::BaseCheck
MIN_REDIS_VERSION = '2.8.0' MIN_REDIS_VERSION = '3.2.0'
RECOMMENDED_REDIS_VERSION = '4.0.0' RECOMMENDED_REDIS_VERSION = '4.0.0'
set_name "Redis version >= #{RECOMMENDED_REDIS_VERSION}?" set_name "Redis version >= #{RECOMMENDED_REDIS_VERSION}?"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment