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.
# 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.