Skip to content

Releases: sewenew/redis-plus-plus

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

redis-plus-plus 1.1.0

16 Aug 15:02
Compare
Choose a tag to compare

Add built-in stream commands support.

redis-plus-plus 1.0.4

13 May 16:21
Compare
Choose a tag to compare
  • Add Redis Sentinel support.
  • Support parsing reply to STL container.
  • Add benchmark test.
  • Remove setbit command.

redis-plus-plus 1.0.3

14 Jan 13:11
Compare
Choose a tag to compare
  • Add more user-friendly command interface.
  • Fix some doc problems.

redis-plus-plus 1.0.2

27 Dec 15:02
Compare
Choose a tag to compare
  • Add user-friendly generic command interface.
  • Fix some compatibility issues.
  • Update slot-node mapping if master node is down.

redis-plus-plus 1.0.1

19 Oct 08:19
Compare
Choose a tag to compare
  • Add scripting support for RedisCluster
  • Add WATCH support for Transaction.

reids-plus-plus 1.0.0

13 Oct 16:12
Compare
Choose a tag to compare

C++ Redis Client that supports the following features:

  • Most commands for Redis 4.0.
  • Connection pool.
  • Redis scripting.
  • Thread safe unless otherwise stated.
  • Redis publish/subscribe.
  • Redis pipeline.
  • Redis transaction.
  • Redis Cluster.

redis-plus-plus 0.2.1

13 Oct 03:04
Compare
Choose a tag to compare

Add Redis Cluster support.

redis-plus-plus 0.1.2

22 Sep 01:30
Compare
Choose a tag to compare

Some improvements:

  • Add move support for Redis class.
  • Fix CMakeLists.txt bugs.
  • Refactor some code.

redis-plus-plus 0.1.1

24 Jul 15:48
Compare
Choose a tag to compare

Add support for pipeline and transaction.