Skip to content

Commit 432cc27

Browse files
authored
docs: add mqtt-jsonl-store to available stores (#1555)
1 parent a0518d9 commit 432cc27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ In-memory implementation of the message store.
624624

625625
Other implementations of `mqtt.Store`:
626626

627+
* [mqtt-jsonl-store](https://github.com/robertsLando/mqtt-jsonl-store) which uses
628+
[jsonl-db](https://github.com/AlCalzone/jsonl-db) to store inflight data, it works only on Node.
627629
* [mqtt-level-store](http://npm.im/mqtt-level-store) which uses
628630
[Level-browserify](http://npm.im/level-browserify) to store the inflight
629631
data, making it usable both in Node and the Browser.

0 commit comments

Comments
 (0)