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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T20:15:01.000Z (almost 6 years ago)
- Last Synced: 2025-12-03T15:09:08.435Z (6 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

[](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.