Releases: sewenew/redis-plus-plus
Releases · sewenew/redis-plus-plus
redis-plus-plus 1.1.1
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
Add built-in stream commands support.
redis-plus-plus 1.0.4
- Add Redis Sentinel support.
- Support parsing reply to STL container.
- Add benchmark test.
- Remove setbit command.
redis-plus-plus 1.0.3
- Add more user-friendly command interface.
- Fix some doc problems.
redis-plus-plus 1.0.2
- 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
- Add scripting support for RedisCluster
- Add WATCH support for Transaction.
reids-plus-plus 1.0.0
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
Add Redis Cluster support.
redis-plus-plus 0.1.2
Some improvements:
- Add move support for Redis class.
- Fix CMakeLists.txt bugs.
- Refactor some code.
redis-plus-plus 0.1.1
Add support for pipeline and transaction.