microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Fix a fatal bug caused by logic default in winxp(windows version<6.0) #598

Open SorataKasugano opened 6 years ago

SorataKasugano commented 6 years ago

This bug results in client cannot connect to server using function FDAPI_select invoked by FDAPI_poll. The function FDAPI_select should not do any redundant map actions,because FDAPI_poll has mapped fd to socket at line 635,file Win32_FDAPI.cpp.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

tporadowski commented 6 years ago

@SorataKasugano this repository is no longer maintained and was moved to "MicrosoftArchive", so I'm afraid your efforts of trying to merge anything here are in vain. If you are interested in an updated version (currently 4.0.2) of this port - please have a look here: https://github.com/tporadowski/redis and you can submit your PRs there.

bxting commented 5 years ago

大佬

ramlaxman commented 3 years ago

HI @SorataKasugano, You can open PR for this repo: https://github.com/tporadowski/redis Thanks !