package
2.5.0+incompatible
Repository: https://github.com/microsoft/redutil.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewByteQueue allocates and returns a pointer to a new instance of a ByteQueue.
NewDurableQueue initializes and returns a new pointer to an instance of a DurableQueue.

# Variables

FIFO is a first in, first out implementation of the Processor interface.
FIFO is a last in, first out implementation of the Processor interface.

# Structs

BaseQueue provides a basic implementation of the Queue interface.
ByteQueue represents either a FILO or FIFO queue contained in a particular Redis keyspace.
DurableQueue is an implementation of the Queue interface which takes items from a source queue and pushes them into the destination queue when Pull() is called.

# Interfaces

Processor is an interface to a type encapsulating the interaction between a queue.ByteQueue and a datastructure in Redis.
No description provided by the author