We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdaf1 commit 1e6979dCopy full SHA for 1e6979d
mod.js
@@ -36,8 +36,6 @@ export default function RedisCacheAdapter(config) {
36
37
const configFromUrl = url ? new URL(url) : {}
38
39
- console.log({ configFromUrl })
40
-
41
const hostname = configFromUrl.hostname || _hostname
42
const port = !isEmpty(configFromUrl)
43
? Number(configFromUrl.port) || (configFromUrl.protocol === 'https:' ? 443 : 80)
0 commit comments