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.