moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 509 forks source link

How is Redis memory used? #530

Closed bobvanluijt closed 8 years ago

bobvanluijt commented 8 years ago

Hi all,

I am experimenting with Mosca and Redis. This all works great. But I would like to understand how Mosca uses Redis. Will it clean up the keyspace after it is used? Can I set up a relatively small Redis server and still process large amounts of messages?

Thanks

mcollina commented 8 years ago

I think so. I don't have time to explain it in detail, the big guide is the code :(.

bobvanluijt commented 8 years ago

Cool, thx ;-)