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

v2.1

Compare
Choose a tag to compare
@Cylix Cylix released this 25 Jul 18:37
· 181 commits to master since this release

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.