shinberg / cpp-hiredis-cluster

c++ cluster wrapper for hiredis with async and unix sockets features
BSD 3-Clause "New" or "Revised" License
65 stars 26 forks source link

Flushall nodes #6

Open VictorDegliame opened 8 years ago

VictorDegliame commented 8 years ago

Hi,

Is there a neat way to call flushall (and other functions without keys) on all the masters of my cluster?

Thanks

shinberg commented 8 years ago

Hello,

No, for now only commands related to particular keys are supported.

I will add this feature to the wish list in my brain ))