Cylix / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
MIT License
1.25k stars 554 forks source link

reset the SOURCES var so that the tacopie project won't include the cpp_redis sources too #177

Closed costypetrisor closed 6 years ago

costypetrisor commented 6 years ago

found when __CPP_REDIS_LOGGING_ENABLED was set, but __TACOPIE_LOGGING_ENABLED was not, and we couldn't see any cpp_redis logs ...

Cylix commented 6 years ago

Nice catch! Thanks :)