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

This commit is contained in:
Lee 2023-11-13 06:36:43 +00:00
parent dbfc6a93d0
commit 4a03b0c97f

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