Skip to content

Releases: sewenew/redis-plus-plus

redis-plus-plus 1.3.12

01 Feb 16:11
Compare
Choose a tag to compare
  • Fix memory leak problem of AsyncRedisCluster

redis-plus-plus 1.3.11

31 Dec 15:10
Compare
Choose a tag to compare
  • Fix redlock to make multiple threads be able to lock on the same RedMutex
  • Asynchronously update slot-node mapping in some edge cases
  • Use weak_ptr to avoid joining EvenLoop thread in itself
  • Support setting connection name
  • Support shard pub/sub

redis-plus-plus 1.3.10

09 Jul 12:58
Compare
Choose a tag to compare
  • Fix TLS support on async interface

redis-plus-plus 1.3.9

16 Jun 14:39
Compare
Choose a tag to compare
  • Fix async interface bug
  • More built-in commands support for AsyncRedis
  • Fix incorrect hiredis static lib dependency when building with TSL
  • Breaking change: make HSET related methods return long long instead of bool

redis-plus-plus 1.3.8

29 Apr 03:57
Compare
Choose a tag to compare
  • Fix memory leak for async interface
  • Support sending commands that have no keys, to Redis Cluster in async mode
  • Include paths for headers
  • Support verify mode for TLS support, so that we can skip certificate verification
  • Support keepalive with customized interval

redis-plus-plus 1.3.7

01 Jan 13:06
Compare
Choose a tag to compare
  • Optimize connection creation
  • ACL and RESP3 support for sentinel
  • Async interface bug fixes
  • Better error message for sentinel
  • Better URI support
  • RESP3 bug fix

redis-plus-plus 1.3.6

25 Oct 11:08
Compare
Choose a tag to compare
  • RESP3 support
  • Redlock support
  • Timeout support for async interface
  • Fix async interface problem with MSVC compiler

redis-plus-plus 1.3.5

12 Jul 13:39
Compare
Choose a tag to compare
  • Ensure running async callback when error happens.
  • Add sentinel support for coroutine interface.
  • Add publish command for async interface.

redis-plus-plus 1.3.4

07 Jul 13:15
Compare
Choose a tag to compare
  • Add async support for subscriber
  • Add async support with callbacks
  • Add coroutine support

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