Hash information and statistics about the redis server.
Returns Hash information and statistics about the redis server.
Returns:
Hash information and statistics about the redis server
26 27 28
# File 'lib/cosmos/models/info_model.rb', line 26 def self.get() return Store.info() end