th-downstream
Skye 9 months ago
parent b919006502
commit f27bc326d4
Signed by: me
GPG Key ID: 0104BC05F41B77B8

@ -61,7 +61,7 @@ initializeLogLevel(process.env, environment);
*/
const createRedisClient = async (config) => {
const { redisParams, redisUrl } = config;
const parsed = url.parse(redisUrl);
const parsed = redisUrl ? url.parse(redisUrl) : undefined;
// so apparently ioredis doesn't handle relative paths
let client;

Loading…
Cancel
Save