class Redis::Distributed

def time

Get server time: an UNIX timestamp and the elapsed microseconds in the current second.
def time
  on_each_node :time
end