We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4997e96 commit 7aa0cc3Copy full SHA for 7aa0cc3
1 file changed
server/index.js
@@ -35,7 +35,7 @@ postgresClient.on('connect', (client) => {
35
const { createClient } = require('redis');
36
37
console.log(
38
- 'server-debug Connecting to Redis at:',
+ 'server-debug try Connecting to Redis at:',
39
keys.redisHost,
40
keys.redisPort
41
);
0 commit comments