Releases: kev1n80/go-diskqueue
Releases · kev1n80/go-diskqueue
Fix PeekChan
Add Peek functionality
Add PeekChan() #14.
Followed PeekChan implementation as seen here nsqio@2cb4338.
Replace \d\d\d\d\d\d with \d+
Merge pull request #8 from CatherineF-dev/master Update \d\d\d\d\d\d to \d+
Total disk size limitation
- Added disk size limit feature which deletes the oldest file in order to make space to input new data.
- Ensure that tail corruption is checked when a read error occurs.