Skip to content

Releases: sewenew/redis-plus-plus

redis-plus-plus 1.3.3

19 Dec 05:01
Compare
Choose a tag to compare
  • Fix async interface related bugs
  • Fix example and test problems
  • Fix Windows compilation problem

redis-plus-plus 1.3.2

29 Sep 13:08
Compare
Choose a tag to compare
  • Fix Boost related building stuffs
  • Fix some async interface bugs

redis-plus-plus 1.3.1

03 Aug 14:57
Compare
Choose a tag to compare
  • 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

26 Jul 12:32
Compare
Choose a tag to compare
  • This is the first release for async interface
  • Build the code with C++17 standard by default

redis-plus-plus 1.2.3

16 Mar 12:38
df52281
Compare
Choose a tag to compare

Rewrite cmake stuff with modern cmake

redis-plus-plus 1.2.2

21 Feb 14:42
Compare
Choose a tag to compare
  • 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

18 Oct 12:27
Compare
Choose a tag to compare
  • Windows support
  • Enable Travis CI

redis-plus-plus 1.2.0

07 Sep 14:22
59552fa
Compare
Choose a tag to compare
  • TLS/SSL support
  • Create Pipeline and Transaction without creating new connection

redis-plus-plus 1.1.2

30 Jun 14:49
b08b36a
Compare
Choose a tag to compare
  • 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

18 Oct 14:25
Compare
Choose a tag to compare

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...