luca3m / redis3m

A C++ Redis client
Apache License 2.0
189 stars 78 forks source link

enabling pure c++11 (with no boost dependencies) build with -DNO_BOOST #27

Closed sutasu closed 9 years ago

sutasu commented 9 years ago

Some potential race conditions due to use of unique_lock eliminated Test cases still require boost libraries

luca3m commented 9 years ago

Hi, thank you for your pull request! you can be more drastic if you want. Removing all boost dependencies (except boost test) is on my TODO list, but I could not do it for lack of time yet. Anyway I'll review and merge your pull request soon.