Tags: cpp-redis/cpp_redis
Tags
Change the network module of cpp-redis (#39) * remove network module and now compile with tacopie * only async_read recursively if the client is still connected * disable shallow cloning for git submodules * ensure callbacks are cleared (finished to execute) before finishing to execute destructors * add header files to CMakelist (for VC++) * ensure notify_all is called in all appropriate contexts * do not call disconnection handler in receive handler: will be called by tacopie * update ref to tacopie submodule * remove CMake variable not used anymore * windows tests: WSAStartup & Cleanup * full integration of gtest+tacopie inside cpp_redis solution on windows * fix Cmake warnings under unix (cpp_redis integration) * install_deps update * fix cmakelist * fix cmakelist * clang-format * update ref to tacopie * update ref to tacopie * update CHANGELOG