We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa5cb9 commit dcf159dCopy full SHA for dcf159d
README.md
@@ -17,6 +17,14 @@ Boost::ASIO low-level redis client (connector)
17
18
## Changelog
19
20
+### 0.06
21
+- the `parsing_policy::drop_result` was documented and made applicable in client code
22
+- updated preformance results
23
+- fixed compliation warnings (`-Wall -Wextra -pedantic -Werror`)
24
+- added shortcut header `include/bredis.hpp`
25
+- added redis-streams usage example
26
+- added multi-thread example
27
+
28
### 0.05
29
- fixed level 4 warning in MSVC
30
- fixed compilation issues on archlinux
0 commit comments