class

Ost::Queue

Inherits Enumerable < Reference < Object

Constructors

new(name)
Source

Instance methods

backup
Source
each

Must yield this collection's elements to the block.

Source
items
Source
push(value)
Source
redis
Source
redis=(redis : Redis)
Source
size

Returns the number of elements in the collection.

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