sewenew/redis-plus-plus

[FEATURE] AsyncCallback support pipelines

BeyondWUXF opened this issue · 1 comments

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

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

Regards