ioredis changed config, fixes #901

This commit is contained in:
Wyatt Johnson
2017-09-01 08:44:25 -06:00
parent 4569c1bd4f
commit e368c50687
+1 -1
View File
@@ -65,7 +65,7 @@ const connectionOptions = {
};
const createClient = () => {
let client = new Redis(connectionOptions);
let client = new Redis(REDIS_URL, connectionOptions);
// Attach the monitors that will print debug messages to the console.
attachMonitors(client);