nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

new release with PeekChan? #39

Closed baryluk closed 2 years ago

baryluk commented 2 years ago

Hi.

For my application i need to peek at the queue oldest element before removing it. Could we make a new release with #24 ?

mreiferson commented 2 years ago

yes, eventually, probably do that whenever we tag the next nsqd release. It's reasonably easy enough within go modules to explicitly specify the desired commit in the meantime, though.