We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d81f7 commit 4123194Copy full SHA for 4123194
README.md
@@ -12,6 +12,7 @@ A lightweight message queue for Node.js that requires no dedicated queue server.
12
## Features
13
14
* Lightweight: **Just Redis** and ~500 lines of javascript.
15
+* Speed: Send and receive 1000+ messages per second on an average machine. It's **just Redis**.
16
* Guaranteed **delivery of a message to exactly one recipient** within a messages visibility timeout.
17
* Received messages that are not deleted will reappear after the visibility timeout.
18
* [Test coverage](http://travis-ci.org/smrchy/rsmq)
0 commit comments