Skip to content

Commit

Permalink
optimized readme + bump version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Oct 24, 2016
1 parent 2188855 commit f28d60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

Helper to simply implement a worker [RSMQ ( Redis Simple Message Queue )](https://github.com/smrchy/rsmq).

Note: RSMQ uses the Redis EVAL command (LUA scripts) so the minimum Redis version is 2.6+.

[![NPM](https://nodei.co/npm/rsmq-worker.png?downloads=true&stars=true)](https://nodei.co/npm/rsmq-worker/)

> :warning: **Note:** RSMQ uses the Redis `EVAL` command (LUA scripts) so the minimum Redis version is `2.6+`.
## Install

```sh
Expand Down Expand Up @@ -333,6 +333,7 @@ This is an advanced example showing some features in action.
## Release History
|Version|Date|Description|
|:--:|:--:|:--|
|0.5.2|2016-10-24|Optimized README and updated dependencies|
|0.5.1|2016-08-22|Fixed reconnect error [Issue#20](https://github.com/mpneuried/rsmq-worker/issues/20). Thanks to [mstduff](https://github.com/mstduff ); updated deps; removed generated code docs from repo|
|0.5.0|2016-07-14|Added methods `.info(cb)` ([Issue#17](https://github.com/mpneuried/rsmq-worker/issues/17)) and `.size( [hidden,] cb )`|
|0.4.3|2016-06-20|Optimized event listeners [Issue#15](https://github.com/mpneuried/rsmq-worker/issues/15). Thanks to [Kevin Turner](https://github.com/kpturner )|
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsmq-worker",
"version": "0.5.1",
"version": "0.5.2",
"description": "RSMQ helper to simply implement a worker around the message queue",
"keywords": [],
"homepage": "https://github.com/mpneuried/rsmq-worker",
Expand All @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"async": "2.0.x",
"async": "2.1.x",
"lodash": "4.x",
"mpbasic": "0.0.x",
"rsmq": "0.7.x"
Expand Down

0 comments on commit f28d60d

Please sign in to comment.