Removes an item from the front of the queue.
Optional
callback: NodeCallback<any>A node-style callback to be invoked after execution.
Adds a new item to the back of the queue.
The value to add.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Returns the number of items in the queue.
Optional
callback: NodeCallback<number>A node-style callback to be invoked after execution.
CouchbaseQueue provides a simplified interface for storing a queue within a Couchbase document.
See
Collection.queue