Skip to content

Find a way to capture initialization events #4

@todo

Description

@todo

// TODO: Find a way to capture initialization events
// Currently, the RedisListener is only loaded after Tedis tries to connect, which
// leads to it not capturing the first connection events.
this.logger.info('Initializing Redis', { label: 'Redis' })
this.redis = new Tedis({
host: process.env.REDIS_SERVICE_HOST || process.env.REDIS_HOST || 'redis',


This issue was generated by todo based on a TODO comment in 1ff7bad. It's been assigned to @pedrofracassi because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions