Method: Redis::Distributed#info

Defined in:
lib/redis/distributed.rb

#info(cmd = nil) ⇒ Object

Get information and statistics about the server.



94
95
96
# File 'lib/redis/distributed.rb', line 94

def info(cmd = nil)
  on_each_node :info, cmd
end