Marcelo

Results 49 comments of Marcelo

Did not have the time to look at this yet. Perhaps in the forthcoming weekends.

@grapland0 It was not my intention to close the ticket, so please reopen if necessary. The PR adds the getters you were missing to the ssl-context. I am still unsure...

> Running into problems when using an AWS environment with a cluster Do you mean a Redis cluster? So far there is not support for Redis-cluster in Boost.Redis.

> Got RESP3 simple-error. [boost.redis:11] It is important to know what message is contained in that error.

Can you please replace `response` with `response` and add this to your code ```cpp if (std::get(resp).has_error()) { std::cout

Ok, this means you are using a Redis cluster. As I said above, Boost.Redis does not provide any facility for cluster setups. In this case you would have to deal...

Can you please elaborate? I don't understand what is your problem.

Do you have some code I could use to reproduce the problem?