class Redis::Distributed

def flushall

Remove all keys from all databases.
def flushall
  on_each_node :flushall
end