Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 30, 2024
1 parent 2c57426 commit 4ca4e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redis/redis.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class RedisClientModule {
const redisProvider: Provider = {
provide: REDIS_CLIENT,
useFactory: async (...args: any[]) => {
console.log(...args);
const redisOptions = await options.useFactory(...args);
return new Redis(redisOptions); // Redis 인스턴스 생성
},
Expand Down

0 comments on commit 4ca4e6c

Please sign in to comment.