flashq 0.3.2 → 0.3.3
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/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[](https://github.com/egeominotti/flashq)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
+
**[Website](https://flashq.dev)** · **[Documentation](https://flashq.dev/docs/)** · **[GitHub](https://github.com/egeominotti/flashq)**
|
|
9
|
+
|
|
8
10
|
> **High-performance job queue with BullMQ-compatible API. No Redis required.**
|
|
9
11
|
|
|
10
12
|
flashQ is a drop-in replacement for BullMQ that runs on a single Rust binary. It's designed for AI/ML workloads with support for 10MB payloads, job dependencies, and 300K+ jobs/sec throughput.
|
|
@@ -447,6 +449,13 @@ Key differences:
|
|
|
447
449
|
- `connection` option replaced with `host`/`port`
|
|
448
450
|
- Some advanced BullMQ features may have different behavior
|
|
449
451
|
|
|
452
|
+
## Resources
|
|
453
|
+
|
|
454
|
+
- **Website:** [flashq.dev](https://flashq.dev)
|
|
455
|
+
- **Documentation:** [flashq.dev/docs](https://flashq.dev/docs/)
|
|
456
|
+
- **GitHub:** [github.com/egeominotti/flashq](https://github.com/egeominotti/flashq)
|
|
457
|
+
- **npm:** [npmjs.com/package/flashq](https://www.npmjs.com/package/flashq)
|
|
458
|
+
|
|
450
459
|
## License
|
|
451
460
|
|
|
452
461
|
MIT
|