Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@Cylix Cylix released this 20 Mar 07:41
· 95 commits to master since this release

Changes

  • tacopie is no longer a mandatory dependency, but just provided by default and can be overridden if necessary.

Additions

  • add a new interface, cpp_redis::network::tcp_client_iface that allows you to use your own tcp_client in place of tacopie.

Removals

  • The sync_client has been removed as it was a duplicate of redis_client::sync_commit but with a different implementation based on futures. Please use redis_client and call sync_commit instead.