We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7118109 commit 870eb38Copy full SHA for 870eb38
srcCommon/redis.ts
@@ -37,6 +37,8 @@ class RedisCacheImpl {
37
private renderCacheKeyPrefix = '';
38
39
constructor() {
40
+ logger.info(clientOptions.url);
41
+ logger.info(clientOptions.username);
42
this.client = createClient(clientOptions)
43
.on('connect', () => {
44
logger.info('Valkey client connected');
0 commit comments