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

8 Commits

Author SHA1 Message Date
Marcelo Zimbres
cc034e5693 Removes redundant examples. 2021-01-09 18:56:19 +01:00
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
37359e3acc Changes:
- Using string_view in the interface.
- Improvements in the accumulator.
- Renames class.
- Reverts unwanted changes to an example.
- One test function for each of the redis data types.
2020-12-30 18:52:46 +01:00
Marcelo Zimbres
f1829f92bc Adds install target to the Makefile. 2020-12-28 14:58:39 +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
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