class Degradable::Redis

Defined in:

degradable.cr

Constructors

Instance Method Summary

Instance methods inherited from class Degradable

check(&) check, checked : Int checked, failed : Int failed

Constructor methods inherited from class Degradable

new(failure_threshold : Float64, minimum : Int32 = 1000, &failure_handler) new

Constructor Detail

def self.new(feature : String, failure_threshold : Float64, redis : ::Redis::Client, minimum : Int32 = 1000, &failure_handler) #

[View source]

Instance Method Detail

def checked : Int #

[View source]
def failed : Int #

[View source]