An error occurred while fetching this tab.
added support for overriding redis config
- Feb 27, 2015
-
-
Andy Trevorah authored
-
Andy Trevorah authored
-
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.