Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tontonrally/rsmqcsharp

.NET implementation of https://github.com/smrchy/rsmq
https://github.com/tontonrally/rsmqcsharp

csharp dotnet nuget nuget-package queue queue-message redis redis-server rsmq

Last synced: 4 months ago
JSON representation

.NET implementation of https://github.com/smrchy/rsmq

Awesome Lists containing this project

README

        

![RSMQ: Redis Simple Message Queue for Node.js](https://img.webmart.de/rsmq_wide.png)

[![Build Status](https://travis-ci.org/tontonrally/rsmqCsharp.svg?branch=master)](https://travis-ci.org/tontonrally/rsmqCsharp)

# 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.