class Redisse::Server::Stats

Public Class Methods

new(address, port, config, status, logger) click to toggle source
# File lib/redisse/server/stats.rb, line 3
def initialize(address, port, config, status, logger)
  status[:stats] = Hash.new(0)
end

Public Instance Methods

run() click to toggle source
# File lib/redisse/server/stats.rb, line 7
def run
end