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 dd0c584 commit 9df81dbCopy full SHA for 9df81db
README.md
@@ -19,6 +19,9 @@ Boost::ASIO low-level redis client (connector)
19
20
## Changelog
21
22
+### 0.09
23
+- [bugfix] critical bug in protcol serialization on empty values
24
+
25
### 0.08
26
- relaxed c++ compiler requirements: c++11 can be used instead of c++14
27
@@ -764,6 +767,7 @@ MIT
764
767
- [Vinnie Falco](https://github.com/vinniefalco)
765
768
- [Stephen Coleman](https://github.com/omegacoleman)
766
769
- [maxtorm miximtor](https://github.com/miximtor)
770
+- [Ronny Nowak](https://github.com/dargun)
771
772
## See also
773
- https://github.com/Cylix/cpp_redis
0 commit comments