You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Couchbase
Is there a straightforward way to implementing a blocking queue in
Couchbase ?
What I'd like is to setup a queue where any dequeue operations would
block if the queue was empty, and return the element as soon as it was
added to an empty queue. I'm looking to implement a design similar
to the Redis operator called BRPOP.
Even better would be to mimic the semantics of the BRPOPLPUSH (also in
Redis).
Thanks!
Aliaksey Kandratsenka
unread,
Apr 20, 2013, 9:15:29 PM4/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to couc...@googlegroups.com
Unless there's some really inventive way I'm not familiar with, the answer is no.