module Mosquito::Backend::ClassMethods
Defined in:
mosquito/backend.crInstance Method Summary
- 
        #delete(key : String, in ttl = 0) : Nil
        
          from task.cr 
- #expires_in(key : String) : Int64
- #flush : Nil
- #get(key : String, field : String) : String | Nil
- #increment(key : String, field : String, by value : Int32) : Int64
- #increment(key : String, field : String) : Int64
- #list_queues : Array(String)
- #retrieve(key : String) : Hash(String, String)
- #set(key : String, field : String, value : String) : String
- 
        #store(key : String, value : Hash(String, String)) : Nil
        
          from queue.cr