Skip to content

Releases: kev1n80/go-diskqueue

Fix PeekChan

26 Sep 15:47
2bab43a
Compare
Choose a tag to compare

Fix PeekChan test failures

Add Peek functionality

25 Sep 23:18
9ac83ef
Compare
Choose a tag to compare

Add PeekChan() #14.

Followed PeekChan implementation as seen here nsqio@2cb4338.

Replace \d\d\d\d\d\d with \d+

04 Aug 18:18
bb13b3d
Compare
Choose a tag to compare
Merge pull request #8 from CatherineF-dev/master

Update \d\d\d\d\d\d to \d+

Total disk size limitation

26 Jul 19:00
Compare
Choose a tag to compare
  1. Added disk size limit feature which deletes the oldest file in order to make space to input new data.
  2. Ensure that tail corruption is checked when a read error occurs.