class Redis::Distributed

def lastsave

Get the UNIX time stamp of the last successful save to disk.
def lastsave
  on_each_node :lastsave
end