- 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.
- Fixes some warning
- Adds version header.
- More improvements in the response type.
- Renames response_vector to response_array.
- Example on how to load all hashes key for a givent pattern from redis.
- 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.
- Improvements in the buffer interface.
- Parser can deal with bulk strings that contain the separator.
- Test improvements.
- Removes the parser from the async op.