lucas
Results
2
issues of
lucas
[WARN] This Redis server's `default` user does not require a password, but a password was supplied
12
The url is look like: `redis://user:password@localhost:30000/0` even : `redis://:password@localhost:30000/0` used : `new Redis('redis://user:password@localhost:30000/0')` I know, it's just a warning, but I wanna a clean log. And my redis server needs...
Even I didn't set param cookies : ``` /lib/WebSocketRequest.js:310 throw new Error('Value supplied for "cookies" argument must be an array.'); ``` ```typescript wsRouter.mount(/^\/chat\/.+$/g, null, (req) => { const connection =...