Skip to content

Commit 4123194

Browse files
committed
0.3.16
1 parent e7d81f7 commit 4123194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A lightweight message queue for Node.js that requires no dedicated queue server.
1212
## Features
1313

1414
* 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**.
1516
* Guaranteed **delivery of a message to exactly one recipient** within a messages visibility timeout.
1617
* Received messages that are not deleted will reappear after the visibility timeout.
1718
* [Test coverage](http://travis-ci.org/smrchy/rsmq)

0 commit comments

Comments
 (0)