class Redis::Distributed

def bgsave

Asynchronously save the dataset to disk.
def bgsave
  on_each_node :bgsave
end