diff --git a/config/redis.config.ts b/config/redis.config.ts index 18dcd27..f5f89eb 100644 --- a/config/redis.config.ts +++ b/config/redis.config.ts @@ -1,5 +1,5 @@ import { createClient } from "redis"; - +console.log(`REDIS_URI: ${process.env.REDIS_URI}`); const redisURL = process.env.REDIS_URI; if (!redisURL) throw new Error("REDIS_URI environment variable is not set.");