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

https://github.com/oriflame/redismessaging.reliabledelivery

This library is written in .NET standard and provides reliability to delivering messages via Redis. By design Redis pub/sub message delivery is not reliable so it can happen that some messages can be lost due to network issues or they can be delivered more than once in case of Redis replication failure.
https://github.com/oriflame/redismessaging.reliabledelivery

delivery failover guaranteed messaging publish pubsub redis reliable subscribe

Last synced: 3 months ago
JSON representation

This library is written in .NET standard and provides reliability to delivering messages via Redis. By design Redis pub/sub message delivery is not reliable so it can happen that some messages can be lost due to network issues or they can be delivered more than once in case of Redis replication failure.

Awesome Lists containing this project