redis-smq 9.0.9 → 9.0.10-next.0
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 +6 -0
- package/README.md +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.0.10-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.9...v9.0.10-next.0) (2026-01-09)
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore
|
|
9
|
+
|
|
10
|
+
- update READMEs after merging 'v9.0.9' into 'next' ([12dc2bc](https://github.com/weyoss/redis-smq/commit/12dc2bc7c5d88d5a62613db05e0b43aa3047ca1b))
|
|
11
|
+
|
|
6
12
|
## [9.0.9](https://github.com/weyoss/redis-smq/compare/v9.0.9-next.5...v9.0.9) (2026-01-09)
|
|
7
13
|
|
|
8
14
|
### 🚀 Chore
|
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# RedisSMQ
|
|
2
2
|
|
|
3
3
|
> [!NOTE]
|
|
4
|
-
> You are viewing the documentation for the "
|
|
5
|
-
> For
|
|
4
|
+
> You are viewing the documentation for the "next" branch. These docs describe unreleased changes published under the npm "next" dist-tag.
|
|
5
|
+
> For the latest stable documentation, see:
|
|
6
6
|
>
|
|
7
|
-
> -
|
|
7
|
+
> - Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq
|
|
8
8
|
> - Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
|
|
9
9
|
> - Install stable packages with @latest; pre-release with @next.
|
|
10
10
|
|
|
11
|
-
[](https://github.com/weyoss/redis-smq/releases)
|
|
12
|
+
[](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq)
|
|
13
13
|
|
|
14
14
|
A high-performance, reliable, and scalable message queue for Node.js.
|
|
15
15
|
|
|
@@ -20,8 +20,8 @@ producers/consumers APIs, and integrates with a REST API and Web UI for monitori
|
|
|
20
20
|
- Works with ioredis or the official @redis/client
|
|
21
21
|
- Optional REST API and Web UI for management and observability
|
|
22
22
|
|
|
23
|
-
The source code and documentation for RedisSMQ are in the main [redis-smq](https://github.com/weyoss/redis-smq/tree/
|
|
23
|
+
The source code and documentation for RedisSMQ are in the main [redis-smq](https://github.com/weyoss/redis-smq/tree/next/README.md) repository.
|
|
24
24
|
|
|
25
25
|
## License
|
|
26
26
|
|
|
27
|
-
RedisSMQ is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/
|
|
27
|
+
RedisSMQ is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/next/LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.10-next.0",
|
|
4
4
|
"description": "A high-performance, reliable, and scalable message queue for Node.js.",
|
|
5
5
|
"author": "Weyoss <weyoss@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@redis/client": "^5",
|
|
54
54
|
"ioredis": "^5",
|
|
55
|
-
"redis-smq-common": "^9.0.
|
|
55
|
+
"redis-smq-common": "^9.0.10-next.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependenciesMeta": {
|
|
58
58
|
"@redis/client": {
|