redis-smq 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +2 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing them asynchronously with consumers. Backed by Redis, it allows scaling up your application with ease of use.
|
|
17
17
|
|
|
18
|
-
> ☝ The master branch reflects the latest changes and updates. It is currently going under heavy development. To view the release documentation see [v6.4.2 docs](https://github.com/weyoss/redis-smq/tree/v6.4.2).
|
|
19
|
-
|
|
20
18
|
## Features
|
|
21
19
|
|
|
22
20
|
* **[High-performance message processing](/docs/performance.md)**.
|
|
@@ -70,9 +68,9 @@ RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing the
|
|
|
70
68
|
|
|
71
69
|
## What's new?
|
|
72
70
|
|
|
73
|
-
**2022.
|
|
71
|
+
**2022.06.18**
|
|
74
72
|
|
|
75
|
-
:rocket: Release v7 is
|
|
73
|
+
:rocket: Release v7 is finally ready! The RedisSMQ v7 is a refinement release with many improvements toward making
|
|
76
74
|
things more simple to use and removing any confusions that can occur while working with the message queue.
|
|
77
75
|
|
|
78
76
|
## Installation
|