Method: Redis::Distributed#time

Defined in:
lib/redis/distributed.rb

#timeObject

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



114
115
116
# File 'lib/redis/distributed.rb', line 114

def time
  on_each_node :time
end