Class: Cosmos::InfoModel

Inherits:
Object show all
Defined in:
lib/cosmos/models/info_model.rb

Class Method Summary collapse

Class Method Details

.getObject

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