smrchy / rsmq

Redis Simple Message Queue
MIT License
1.75k stars 124 forks source link

Implmentation announcment. Golang! #143

Open ebuckley opened 2 years ago

ebuckley commented 2 years ago

Hi there,

I have been using your tiny and excellent framework at work. To aide my understanding of it, I have implemented a package for the go language.

Here is the code https://github.com/ebuckley/rsmq

thanks!

smrchy commented 2 years ago

Hi @ebuckley that's great to see. Please update us once you get close to API compatibility and we will update the README to mention the Goland port

ebuckley commented 2 years ago

Hi @smrchy I had a spare moment and updated my implementation to include the ChangeMessageAttributes implementation