moleculerjs / moleculer-channels

Reliable messages for Moleculer services via external queue/channel/topic.
MIT License
72 stars 15 forks source link

moleculer-channels redis adapter How to clear messages? #79

Open putty-kang opened 3 months ago

putty-kang commented 3 months ago

moleculer-channels
redis adapter, After processing the message for a period of time, The increase in Redis data leads to an increase in server memory,

How to set up an automatic message recycling mechanism to reduce memory usage

I did not find any relevant configuration instructions in the document

icebob commented 3 months ago

I think it's not the job of the moleculer-channels. Maintaining messages should do by Redis server.