Image for Song

Song

Dead simple queue service in Go, with support for multiple storage drivers.

1 min read package

Song is my attempt at a class/struct based FIFO (First in first out) queue that can work on comfortably on one system or connect to remote database/redis connections for use across multiple.