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

26 Commits

Author SHA1 Message Date
Marcelo Zimbres
393f394be9 Changes:
- Removes queue from the receiver.
- Adds new functions to make it easy to write async_code.
2021-01-30 12:47:08 +01:00
Marcelo Zimbres
42035a46d0 More progresses with high level api. 2021-01-30 09:32:38 +01:00
Marcelo Zimbres
76ee10c130 Changes name of package install dir. 2021-01-09 21:04:18 +01:00
Marcelo Zimbres
cc034e5693 Removes redundant examples. 2021-01-09 18:56:19 +01:00
Marcelo Zimbres
9b69a89161 Changes:
- Improvements in the readme.
- Progresses with pubsub.
- Implements push types as part of response_base.
2021-01-09 12:53:20 +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
d3996a6449 Changes:
- Removes attribute and push type handling from the code. It is still
  unclear to me how they work.

- Adds pubsub example.
2020-12-29 16:11:30 +01:00
Marcelo Zimbres
f1829f92bc Adds install target to the Makefile. 2020-12-28 14:58:39 +01:00
Marcelo Zimbres
16454f7a25 Readme improvements. 2020-12-27 18:47:38 +01:00
Marcelo Zimbres
254215f7d4 Changes:
- 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.
2020-12-23 20:05:08 +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
Marcelo Zimbres
548b9bc53f Adds sync example. 2020-12-12 18:08:08 +01:00
Marcelo Zimbres
d1f4e69122 Adds sync version of resp::read. 2020-12-12 15:57:46 +01:00
Marcelo Zimbres
107e56145d Futher improvements in the resp3 support.
- Improvements in the buffer interface.
- Parser can deal with bulk strings that contain the separator.
- Test improvements.
- Removes the parser from the async op.
2020-12-12 14:46:26 +01:00
Marcelo Zimbres
8517385675 Progresses with the resp3 support. 2020-12-05 19:55:10 +01:00
Marcelo Zimbres
8ac962af4b Improvements in the build system. 2020-11-28 21:24:11 +01:00
Marcelo Zimbres
d0dce6a34a Introduces a pipeline class to avoid creating string temporaries. 2020-11-28 20:08:00 +01:00
Marcelo Zimbres
1edfa2a8c0 Changes:
- Improvements in the buffer api.
- Splits buffer into buffer and response.
- Removes old examples.
2020-11-08 21:08:19 +01:00
Marcelo Zimbres
6ca9c78c0d Adds example that uses coroutines. 2020-11-01 14:45:43 +01:00
Marcelo Zimbres
b931cbff57 Adds new redis hash commands. 2020-09-19 10:55:46 +02:00
Marcelo Zimbres
422fd5ac53 Bugfix, pipeline and session close improvements.
- Queue element to inform if the pipeline has been sent.
- Closes the socket only after the last message in queue has been sent.
2019-12-14 10:25:35 +01:00
Marcelo Zimbres
d0ac135cc8 Progresses with sentinel. 2019-11-29 22:26:40 +01:00
Marcelo Zimbres
359f0f490f Commit of the following
- Progresses with aedis.
- Improvements in the documentation.
2019-11-21 21:59:00 +01:00
Marcelo Zimbres
e3d77a4b9c Disables asio concurrency support. 2019-11-20 22:26:48 +01:00
Marcelo Zimbres
8db3fb2185 Adds some examples. 2019-11-20 22:23:35 +01:00