Add redis to the list of components

This commit is contained in:
Daniel Berteaud 2015-08-06 18:17:41 +02:00
parent 24751b0fbe
commit 6b9b6a8d86
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ use constant COMPONENTS => {
},
"bootstrap-datpicker" => {
url => "https://bootstrap-datepicker.readthedocs.org/en/latest/"
},
"Redis" => {
url => "http://redis.io/"
}
};