A lightweight message queue for .NET that requires no dedicated queue server. Just a Redis server. .NET implementation of https://github.com/smrchy/rsmq.
Methods and properties are the same as the javascript lib, but follow the naming rules of .NET
Running the test project require a redis server. Please pay attention of what redis server you configure on the test project as it erase the db 0 multiple time.