Class: OpenC3::InfoModel
Class Method Summary collapse
-
.get ⇒ Object
Hash information and statistics about the redis server.
Class Method Details
.get ⇒ Object
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 |