class Redis::Distributed

def flushdb

Remove all keys from the current database.
def flushdb
  on_each_node :flushdb
end