nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Invalid argument #165

Open georgeliatsos opened 4 years ago

georgeliatsos commented 4 years ago

I have compiled successfully the project but when I am trying to start it, it exits immediately. I checked the webdis.log and I see the following:

webdis.log:28:[4898] 21 Oct 17:21:52 46 Invalid argument webdis.log:29:[4898] 21 Oct 17:21:52 46 Connection failed: setsockopt(TCP_NODELAY): Invalid argument

majj commented 4 years ago

the same issue here.

Ubuntu(WSL) on Windows: Linux 4.4.0-17134-Microsoft #1130-Microsoft Thu Nov 07 15:21:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux

majj commented 4 years ago

It's a hiredis on Windows issue:

https://github.com/redis/hiredis/issues/360

https://github.com/redis/hiredis/issues/679