parent
95a9e103eb
commit
bdb2ffc7ba
@ -2,6 +2,8 @@ import { createClient } from "redis";
|
|||||||
|
|
||||||
let redisClient = await connectRedis();
|
let redisClient = await connectRedis();
|
||||||
|
|
||||||
|
console.log(process.env.REDIS_URL);
|
||||||
|
|
||||||
async function connectRedis(): Promise<any> {
|
async function connectRedis(): Promise<any> {
|
||||||
// console.log("Connecting to redis");
|
// console.log("Connecting to redis");
|
||||||
const client = createClient({
|
const client = createClient({
|
||||||
|
Loading…
Reference in New Issue
Block a user