Skip to content

tontonrally/rsmqCsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSMQ: Redis Simple Message Queue for Node.js

Build Status

Redis Simple Message Queue

A lightweight message queue for .NET that requires no dedicated queue server. Just a Redis server. .NET implementation of https://github.com/smrchy/rsmq.

implementation notes

Methods and properties are the same as the javascript lib, but follow the naming rules of .NET

tests

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.