Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue is the Redis based implementation of blobqueue.Queue interface
func New ¶
New returns a new Redis queue. The `key` parameter gives the key under which the queue will be stored in Redis.
func (Queue) Pop ¶
Pop implements `Queue` interface. It removes and returns the last elem of the Redis list.
Click to show internal directories.
Click to hide internal directories.