aneesh-neelam/VITacademics

Cache

Closed this issue · 3 comments

Move the cache that stores Cookie and Token from node-cache to an external server like Redis or Memcached.

Why? In-process cache is fine right?

Doesn't scale to multiple processes. And the cache is destroyed when the server is restarted.

Parked for now. Will increase latency exponentially.