Comparing version 0.8.1 to 0.8.2
# CHANGELOG for rsmq | ||
## 0.8.2 | ||
* Added mention for "RSMQ in other languages" in README.md | ||
## 0.8.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "rsmq", | ||
"description": "A really simple message queue based on Redis", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "P. Liess <smrchy+npm@gmail.com>", |
@@ -50,2 +50,10 @@ ![RSMQ: Redis Simple Message Queue for Node.js](https://img.webmart.de/rsmq_wide.png) | ||
## RSMQ in other languages | ||
The simplicity of RSMQ is useful in other languages. Here is a list of implementations in other languages: | ||
* [**Java**](https://github.com/wedeploy/jrsmq) RSMQ for Java. See [#48](https://github.com/smrchy/rsmq/issues/48) | ||
Note: Should you plan to port RSQM to another language please make sure to have tests to insure compatibility with all RSMQ clients. And of course: let me know so i can mention your port here. | ||
## Example | ||
@@ -52,0 +60,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94424
354