Ping the server.
Returns:
PONG
82 83 84 85 86
# File 'lib/redis.rb', line 82 def ping synchronize do |client| client.call([:ping]) end end