class Redis::Distributed

def ping

Ping the server.
def ping
  on_each_node :ping
end