Method: Redis::Commands::Connection#ping
- Defined in:
- lib/redis/commands/connection.rb
#ping(message = nil) ⇒ String
Ping the server.
20 21 22 |
# File 'lib/redis/commands/connection.rb', line 20 def ping( = nil) send_command([:ping, ].compact) end |