()
| 9 | }); |
| 10 | constructor() {} |
| 11 | async onModuleInit() { |
| 12 | try { |
| 13 | await this.client.connect(); |
| 14 | this.logger.log('Redis connected'); |
| 15 | } catch (error) { |
| 16 | this.logger.error(error); |
| 17 | } |
| 18 | } |
| 19 | getClient() { |
| 20 | return this.client; |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected