Skip to content

Commit

Permalink
attempt to set redis writable
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 29, 2024
1 parent 22d1947 commit 26bb28c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/server.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ export class ServerModule implements NestModule {
cert: redisConfig.CERTIFICATE_AUTHORITIES,
},
});
const result: string = await redisClient.READWRITE();
this.logger.info(result);
}

/*
Expand Down

0 comments on commit 26bb28c

Please sign in to comment.