This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
v2.1
New features:
- Pipelining
- Functions that wrap the
redis_client::send()
function - Patch bugs (aka, provide more stability)
- Enhancements of the documentation
This current version breaks client code using the older versions, mostly due to the pipelining implementation. Indeed, commands are not sent until redis_client::commit()
is called.