EulerianTechnologies / eredis

Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.
BSD 3-Clause "New" or "Revised" License
81 stars 38 forks source link

Does it work on Windows #14

Closed abhit011 closed 6 years ago

abhit011 commented 6 years ago

Does it work on windows ?

guillaumef commented 6 years ago

I don't have/use windows. eredis is using posix threads. You can try this https://technet.microsoft.com/en-us/library/bb463209.aspx or implement windows threads in eredis.