Skip to content

Releases: sewenew/redis-plus-plus

redis-plus-plus 1.3.15

Choose a tag to compare

@sewenew sewenew released this 23 Jul 11:01
a63ac43
  • Support cmake FetchContent feature
  • Support more hash commands
  • Make variant parser more efficient
  • Fix event loop crash: avoid closing handle opened by hiredis

redis-plus-plus 1.3.14

Choose a tag to compare

@sewenew sewenew released this 30 Mar 09:58
b13fcea

redis-plus-plus 1.3.13

Choose a tag to compare

@sewenew sewenew released this 09 Oct 14:33
  • Add version info in version.h file
  • Update slot-node mapping with time interval
  • Support Redis function
  • Fix scan cursor type from long long to unsigned long long
  • Avoid throw exception in RedMutex::unlock
  • Better support for mset, lmpop, lmove, blmove
  • Better support for Redis Cluster in IPv6 env

redis-plus-plus 1.3.12

Choose a tag to compare

@sewenew sewenew released this 01 Feb 16:11
  • Fix memory leak problem of AsyncRedisCluster

redis-plus-plus 1.3.11

Choose a tag to compare

@sewenew sewenew released this 31 Dec 15:10
  • 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

Choose a tag to compare

@sewenew sewenew released this 09 Jul 12:58
  • Fix TLS support on async interface

redis-plus-plus 1.3.9

Choose a tag to compare

@sewenew sewenew released this 16 Jun 14:39
  • 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

Choose a tag to compare

@sewenew sewenew released this 29 Apr 03:57
  • 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

Choose a tag to compare

@sewenew sewenew released this 01 Jan 13:06
  • 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

Choose a tag to compare

@sewenew sewenew released this 25 Oct 11:08
  • RESP3 support
  • Redlock support
  • Timeout support for async interface
  • Fix async interface problem with MSVC compiler