aedes-persistence-redis
aedes-persistence-redis copied to clipboard
Aedes persistence, backed by redis
Hi `moscajs/aedes-persistence-redis`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
Is there any plan to add support for TS in the near future?
Why was a list chosen for the WILLSKEY store? The main thing I notice is that device are duplicated in the will list, and I'm wondering if there was some...
MQTT 5 allows session expiration, so at some point if someone decides to move ahead with implementation, the persistence modules will need some work done. At present I'm considering incorporating...
System Information * Aedes: 0.47.0 * aedes-persistence-redis: 9.0.0 * NodeJS: v16.14.2 * OS: MacOS 11.2.2 I'm using a translator ##### Describe the bug `outgoing:undefined` is generated when broker is restarted...
**System Information** - Aedes: 0.44.0 - NodeJS: 14.15.4 - OS: macOS 10.15.7 / Darwin 19.6.0 - Arch: x86_64 **Describe the bug** aedes-persistence-redis crashes when trying to send retained message of...
I would like to subscribe / observe, how aedes interacting with Redis. Like what operations being called ? why i would like to do that - Azure `application-insights` AI able...
Should this be an option? https://github.com/moscajs/aedes-persistence-redis/blob/bd60484535a72bf3138c9659fa6fc0c61f591631/persistence.js#L37
What about a caching option to cache the `retained` hash key inside memory @mcollina ? This way `createRetainedStream` won't touch redis on each CONNECT, I believe this really improves on...
The modules I have configured are shown below. 3 aedes Node Server(port : 1883) pm2 Cluster 1 Nginx Server(port : 40379) Load Balancer 3 Redis Master(port : 41379, port :...