Skip to content

[FEATURE] Request ReplyUPtr expose at Redis++ Async response #554

@lisay-yan

Description

@lisay-yan

Is your feature request related to a problem? Please describe.
My use case prefer send all kinds of raw command, such as lua etc, and prefer to parse hiredis redisReply by application itself.

Describe the solution you'd like
Make ReplyUPtr = std::unique_ptr<redisReply, ReplyDeleter> possible to access as Async cluster client as Sync client did now.
Then, application can parse redisReply per itself.

Describe alternatives you've considered
N/A

Additional context
I prefer to know if that is feasible, and if doable, the draft schedule. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions