Skip to content

Commit

Permalink
fix: bump rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Dec 21, 2023
1 parent 52a4cfc commit b3bc76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modulesConfig/bullModule.forRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default {

console.log('Redis client isCluster - ', client.isCluster);
console.log('Redis client mode - ', client.mode);

client.on('connect', () => {
console.log('Redis client connect');
});
Expand Down

0 comments on commit b3bc76b

Please sign in to comment.