From 6b9b6a8d861c539968940fdac179f50e6be6623c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 6 Aug 2015 18:17:41 +0200 Subject: [PATCH] Add redis to the list of components --- lib/Vroom/Constants.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index 9fdcd0c..2d4a6f7 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -58,6 +58,9 @@ use constant COMPONENTS => { }, "bootstrap-datpicker" => { url => "https://bootstrap-datepicker.readthedocs.org/en/latest/" + }, + "Redis" => { + url => "http://redis.io/" } };