class Roundhouse::Script::Configuration
Attributes
instrumentation[R]
Public Class Methods
new(&blk)
click to toggle source
# File lib/roundhouse/script.rb, line 31 def initialize(&blk) @instrumentation = blk || proc { |script_name, runtime, eval_type| Roundhouse.logger.info "REDIS LUA [#{eval_type}]: #{script_name} #{runtime}" } end