Releases: sewenew/redis-plus-plus
Releases · sewenew/redis-plus-plus
redis-plus-plus 1.3.3
- Fix async interface related bugs
- Fix example and test problems
- Fix Windows compilation problem
redis-plus-plus 1.3.2
- Fix Boost related building stuffs
- Fix some async interface bugs
redis-plus-plus 1.3.1
- max connection idle time support
- avoid throw ReplyError exception when calling exec for pipeline
- add REDIS_PLUS_PLUS_CXX_STANDARD support for Windows
- support boost future with continuation
redis-plus-plus 1.3.0
- This is the first release for async interface
- Build the code with C++17 standard by default
redis-plus-plus 1.2.3
Rewrite cmake stuff with modern cmake
redis-plus-plus 1.2.2
- Support reading from slaves in Redis Cluster mode.
- Support parsing reply to variant type.
- TLS support for Redis Sentinel
- More overloads for Lua scripting support.
- Bug fix: avoid throw exception in the destructor of Pipeline and Transaction.
redis-plus-plus 1.2.1
- Windows support
- Enable Travis CI
redis-plus-plus 1.2.0
- TLS/SSL support
- Create Pipeline and Transaction without creating new connection
redis-plus-plus 1.1.2
- Support creating Redis object with URI
- Add std::string_view and std::optional support for C++ 17
- Add doxygen style comments for most Redis commands
- Support Redis ACL
redis-plus-plus 1.1.1
When reading the response from Redis is timed out, subsequent command might get response from old commands. This release fixes this problem.
User MUST upgrade to this release. Sorry for the inconvenience...