Libraries
»
redis/redis-rb
(master)
»
Index
»
Redis
»
Distributed
»
#ping
Method: Redis::Distributed#ping
Defined in:
lib/redis/distributed.rb
#
ping
⇒
Object
Ping the server.
55 56 57
# File 'lib/redis/distributed.rb', line 55
def
ping
on_each_node
:ping
end