Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tontonrally/rsmqcsharp
- Owner: tontonrally
- License: mit
- Created: 2020-06-22T09:09:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T20:15:01.000Z (over 4 years ago)
- Last Synced: 2024-10-14T03:03:44.967Z (4 months ago)
- Topics: csharp, dotnet, nuget, nuget-package, queue, queue-message, redis, redis-server, rsmq
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.