Class: Redisse::Server::Stats Private

Inherits:
Object
  • Object
show all
Defined in:
lib/redisse/server/stats.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary (collapse)

Constructor Details

- (Stats) initialize(address, port, config, status, logger)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Stats



3
4
5
# File 'lib/redisse/server/stats.rb', line 3

def initialize(address, port, config, status, logger)
  status[:stats] = Hash.new(0)
end

Instance Method Details

- (Object) run

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



7
8
# File 'lib/redisse/server/stats.rb', line 7

def run
end