class Fastpass::Adapter::Redis

Defined in:

fastpass/adapter/redis.cr

Constant Summary

TOTAL_KEY = "total_saved"

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String) #

[View source]

Instance Method Detail

def check(sha : String, increment = true) #

[View source]
def delete(sha : String) #

[View source]
def get_total #

[View source]
def report(sha : String, runtime : Float64) #

[View source]