class Ost::Queue

Included Modules

Defined in:

ost.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name) #

[View source]

Instance Method Detail

def backup : Nido #

[View source]
def each(&) #
Description copied from module Enumerable(Int32 | String)

Must yield this collection's elements to the block.


[View source]
def items #

[View source]
def key : Nido #

[View source]
def push(value) #

[View source]
def redis #

[View source]
def redis=(redis : Redis) #

[View source]
def size #
Description copied from module Enumerable(Int32 | String)

Returns the number of elements in the collection.

[1, 2, 3, 4].size # => 4

[View source]
def stop #

[View source]