Skip to content

Commit

Permalink
πŸš‘ !HOTFIX: redis pub/sub export
Browse files Browse the repository at this point in the history
  • Loading branch information
sieunie committed Dec 4, 2024
1 parent 46a886d commit aedff42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BE/src/common/redis/redis.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ import { RedisDomainService } from './redis.domain-service';
},
RedisDomainService,
],
exports: [RedisDomainService, 'REDIS_CLIENT'],
exports: [
RedisDomainService,
'REDIS_CLIENT',
'REDIS_PUBLISHER',
'REDIS_SUBSCRIBER',
],
})
export class RedisModule {}

0 comments on commit aedff42

Please sign in to comment.