Hmm, the error mentions that there is no program listening on port 6380 on localhost… but u mentioned your redis listens on that port.
Can you run the following in a cmd
window, to confirm?
netstat -ano | find "6379"
and
netstat -ano | find "6380"
The commands should display a line if there’s a program listenting on that port (with the pid of the process), or it will not display anything if there’s nothing listening on that port