Clearing Memory
I need to clear the memory cache of one project (Stats) from another project (Admin). The Admin project will have an API that the admin panel (frontend) can call. When triggered, this API should send a request or signal to the Stats project, instructing it to clear its memory cache. I was thinking of using either RabbitMQ or an internal API.This there other way to do this
0 Replies