sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.6k stars 347 forks source link

add AsyncRedisCluster.for_each function #569

Open feihongmeilian opened 3 months ago

sewenew commented 1 week ago

The RedisCluster::for_each feature is still experimental. That's why AsyncRedisCluster does not have this method. I need some more thoughts on designing the feature, especially on error handling.

Anyway, thanks for the PR.