We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544cdd commit bc3826cCopy full SHA for bc3826c
1 file changed
src/infrastructure/redis/client.ts
@@ -23,6 +23,7 @@ export class RedisConnection {
23
return;
24
}
25
26
+ console.log('Connecting to Redis at', this.url);
27
this.client = createClient({ url: this.url });
28
this.client.on('error', error => {
29
this.logger.error('Redis error', error);
0 commit comments