moleculerjs / moleculer-channels

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

Redis do not auto trim redis stream data #77

Closed trangnt-98 closed 4 months ago

trangnt-98 commented 4 months ago

Currently, we use Moleculer channel to pub/sub event between our micro service and we use Redis to stream it. But It does not have any method or something like this to trim stream data, it makes our Redis memory large time by time

Do we have any method to handle it? Or we must to do it by ourselves?

ImTheDeveloper commented 2 months ago

Did you manage to solve this? If so how?