adjust / redismq

a durable message queue system for go based on redis, see also https://github.com/adjust/rmq
MIT License
505 stars 74 forks source link

Add timeouts for Get() and GetNoBlock() #18

Closed zombor closed 9 years ago

zombor commented 9 years ago

Not supporting timeouts on Get seems undesirable since it infinitely blocks if nothing shows up on the queue.

zombor commented 9 years ago

Going to repoint from different branch.