7
Some checks failed
deploy / deploy (push) Failing after 33s

This commit is contained in:
Lee 2023-11-13 06:00:14 +00:00
parent 95a9e103eb
commit bdb2ffc7ba

@ -2,6 +2,8 @@ import { createClient } from "redis";
let redisClient = await connectRedis();
console.log(process.env.REDIS_URL);
async function connectRedis(): Promise<any> {
// console.log("Connecting to redis");
const client = createClient({