added support for overriding redis config
Compare changes
Files
4+ 10
− 4
@@ -60,13 +60,16 @@ exports.create = function(configDirectory) {
@@ -74,7 +77,10 @@ exports.create = function(configDirectory) {
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: trevorah
Side affect: the internal redis-client signature changes from create({ config, logger })
to create(options, logger)
. This is because config
is no longer an nconf instance, its now a map, and so it seems a bit silly to put the options map in another map.