Class: OpenC3::InfoModel

Inherits:
Object show all
Defined in:
lib/openc3/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



29
30
31
# File 'lib/openc3/models/info_model.rb', line 29

def self.get()
  return [Store.info(), EphemeralStore.info]
end