Skip to content

Commit 870eb38

Browse files
committed
log url+username
1 parent 7118109 commit 870eb38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

srcCommon/redis.ts

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class RedisCacheImpl {
3737
private renderCacheKeyPrefix = '';
3838

3939
constructor() {
40+
logger.info(clientOptions.url);
41+
logger.info(clientOptions.username);
4042
this.client = createClient(clientOptions)
4143
.on('connect', () => {
4244
logger.info('Valkey client connected');

0 commit comments

Comments
 (0)