i have setup wsl in my windows server machine and started the redis service there.
from the windows command prompt i can use wsl redis-cli
and run the redis commands.
but my node application is not able to detect the redis inside wsl. i am using redis in my node project.
is there any third party module i need to add to able to connect, this answer showed to add it in python.