sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

[FEATURE] AsyncCallback support pipelines #492

Open BeyondWUXF opened 1 year ago

BeyondWUXF commented 1 year ago

I want to use the callback new feature,but older code has a lot of use for pipelines,so i had to change a lot of logic, which was too expensive for me

sewenew commented 1 year ago

Thanks for the suggestion! I'll take a research on how to do async pipeline with other Redis client libraries.

Regards