2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-09 11:22:22 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Marcelo Zimbres
a8299169c1 Adds write functions. 2020-12-31 22:39:44 +01:00
Marcelo Zimbres
59fb47e03c Many small corrections and Readme improvements. 2020-12-31 13:30:53 +01:00
Marcelo Zimbres
fe7ca6abbd Renames some classes. 2020-12-30 23:05:34 +01:00
Marcelo Zimbres
f614c23fd2 Changes:
- Fixes a bug in the parser.
- Fixes bug on parsing of zero sized blob strings.
2020-12-25 16:48:58 +01:00
Marcelo Zimbres
e62231f6e1 Changes:
- Adds example that uses own struct.
- Test improvements.
- More test improvements.
- Adds new response types.
2020-12-22 19:25:46 +01:00
Marcelo Zimbres
c5ad08ecb4 Changes:
- Moves response classes to their own header.
- aedis.hpp used only to include other headers like in boost.
- Removes buffer typedef.
- Events example.
- Async example.
- Improvements in the makefile.
- Adds reconnect example.
2020-12-21 16:51:14 +01:00