Skip to content

Tags: cpp-redis/cpp_redis

Tags

3.5.0

Toggle 3.5.0's commit message
[3.5.0] update changelog

3.4.0

Toggle 3.4.0's commit message
[3.4.0] update changelog

3.3.0

Toggle 3.3.0's commit message
[3.3.0] update readme

3.2.1

Toggle 3.2.1's commit message
[3.2.1] Update Changelog

3.2.0

Toggle 3.2.0's commit message
v3.2.0

3.1.2

Toggle 3.1.2's commit message
rename setbit into setbit_ to fix possible conflict during compilatio…

…n. release v3.1.2

3.1.1

Toggle 3.1.1's commit message
Release v3.1.1

3.1.0

Toggle 3.1.0's commit message
Update CHANGELOG.md

3.0.0

Toggle 3.0.0's commit message
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

2.2

Toggle 2.2's commit message
Release 2.2 (#18)