This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
v3.2.0
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 ofredis_client::sync_commit
but with a different implementation based on futures. Please useredis_client
and callsync_commit
instead.