RedisDB 0.16
July 13, 2011 -Just uploaded RedisDB 0.16 to CPAN. Hopefully now it will work on Windows. The
problem is that Windows don't support MSG_DONTWAIT
flag for recv
, so I have
to switch socket into non-blocking mode before checking for data. And I got
just a single test report for MSWin32 for three months, apparently it takes a
lot of efforts to setup testing server on Win, see discussion on PerlMonks.