Redis Plus Plus Versions Save

Redis client written in C++

1.3.12

3 months ago
  • Fix memory leak problem of AsyncRedisCluster

1.3.11

4 months ago
  • 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

1.3.10

10 months ago
  • Fix TLS support on async interface

1.3.9

11 months ago
  • 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

1.3.8

1 year ago
  • 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

1.3.7

1 year ago
  • Optimize connection creation
  • ACL and RESP3 support for sentinel
  • Async interface bug fixes
  • Better error message for sentinel
  • Better URI support
  • RESP3 bug fix

1.3.6

1 year ago
  • RESP3 support
  • Redlock support
  • Timeout support for async interface
  • Fix async interface problem with MSVC compiler

1.3.5

1 year ago
  • Ensure running async callback when error happens.
  • Add sentinel support for coroutine interface.
  • Add publish command for async interface.

1.3.4

1 year ago
  • Add async support for subscriber
  • Add async support with callbacks
  • Add coroutine support

1.3.3

2 years ago
  • Fix async interface related bugs
  • Fix example and test problems
  • Fix Windows compilation problem