-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Documentation states, that it's possible to use drop_result as part of the parsing policy: https://github.com/basiliscos/cpp-bredis#parse_result_titerator-policy
However, it's pretty unclear how to use it with the Connection object.
I read through the source code and Connection seems to be have hard-coded keep_result as policy type. How would I use drop_result with Connection object?
Do I understand the intention of drop_result properly, that it'd cause the parser to verify that the response isn't an error, but the payload itself is dropped.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels