Socket
Socket
Sign inDemoInstall

rsmq

Package Overview
Dependencies
8
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

8

CHANGELOG.md
# CHANGELOG for rsmq
## 0.9.3
* removed `hiredis` optionalDependency
## 0.9.2
* add realtime option in typescript typings
## 0.9.0

@@ -4,0 +12,0 @@

7

package.json
{
"name": "rsmq",
"description": "A really simple message queue based on Redis",
"version": "0.9.2",
"version": "0.9.3",
"license": "MIT",

@@ -11,3 +11,3 @@ "author": "P. Liess <smrchy+npm@gmail.com>",

"scripts": {
"build": "coffee -cb index.coffee test/test.coffee",
"build": "./node_modules/.bin/coffee -cb index.coffee test/test.coffee",
"test": "mocha ./test/test.js"

@@ -20,5 +20,2 @@ },

},
"optionalDependencies": {
"hiredis": "^0.5.0"
},
"devDependencies": {

@@ -25,0 +22,0 @@ "async": "^2.6.1",

@@ -15,3 +15,3 @@ ![RSMQ: Redis Simple Message Queue for Node.js](https://img.webmart.de/rsmq_wide.png)

* Lightweight: **Just Redis** and ~500 lines of javascript.
* Speed: Send and receive 1000+ messages per second on an average machine. It's **just Redis**.
* Speed: Send and receive 5000+ messages per second on an average machine. It's **just Redis**.
* Guaranteed **delivery of a message to exactly one recipient** within a messages visibility timeout.

@@ -23,4 +23,4 @@ * Received messages that are not deleted will reappear after the visibility timeout.

* Optional RESTful interface via [rest-rsmq](https://github.com/smrchy/rest-rsmq)
* Typescript Typings ❤️
* Typescript Typings ❤️
**Note:** RSMQ uses the Redis EVAL command (LUA scripts) so the minimum Redis version is 2.6+.

@@ -27,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc