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({
|
||||
|
Loading…
Reference in New Issue
Block a user