abstract class Kiu::DataStores::DataStore

Defined in:

kiu/data_stores/data_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(namespace : String = "kiu") #

[View source]

Instance Method Detail

def enqueue?(job : Job) #

[View source]
def retry(job : Job) #

[View source]
abstract def take(n : UInt32) : Array(Job) #

[View source]