Skip to content

Commit bc3826c

Browse files
committed
redis url
1 parent 6544cdd commit bc3826c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/infrastructure/redis/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class RedisConnection {
2323
return;
2424
}
2525

26+
console.log('Connecting to Redis at', this.url);
2627
this.client = createClient({ url: this.url });
2728
this.client.on('error', error => {
2829
this.logger.error('Redis error', error);

0 commit comments

Comments
 (0)