removed unused option

This commit is contained in:
Wyatt Johnson
2017-09-01 08:47:08 -06:00
parent e368c50687
commit 644788ea31
-1
View File
@@ -30,7 +30,6 @@ const attachMonitors = (client) => {
};
const connectionOptions = {
url: REDIS_URL,
retry_strategy: function(options) {
if (options.error && options.error.code !== 'ECONNREFUSED') {