Socket
Socket
Sign inDemoInstall

rsmq

Package Overview
Dependencies
27
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

_docs/redis_data_structure.md

@@ -16,3 +16,3 @@ # Redis Data Structure

* `{msgid}`: The message
* `{msgid}:rc}`: The receive counter for a single message. Will be incremented on each receive.
* `{msgid}:rc`: The receive counter for a single message. Will be incremented on each receive.
* `{msgid}:fr`: The timestamp when this message was received for the first time. Will be created on the first receive.

@@ -19,0 +19,0 @@ * `totalsent`: The total number of messages sent to this queue.

@@ -215,3 +215,4 @@ // Generated by CoffeeScript 1.6.2

if (!this.receiveMessage_sha1) {
return {};
cb(null, {});
return;
}

@@ -218,0 +219,0 @@ if (this._validate(options, ["qname"], cb) === false) {

{
"name": "rsmq",
"description": "A really simple message queue based on Redis",
"version": "0.1.2",
"version": "0.1.3",
"author": "P. Liess <smrchy+npm@gmail.com>",

@@ -6,0 +6,0 @@ "engines": {

@@ -118,3 +118,3 @@ # rsmq

* `qname` (String): The Queue name. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.
* `qname` (String): The Queue name.
* `id` (String): The message id.

@@ -121,0 +121,0 @@ * `vt` (Number): The length of time, in seconds, that this message will not be visible. Allowed values: 0-86400

Sorry, the diff of this file is not supported yet

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