nipreps/migas-server

Consider redis for basic caching

Closed this issue · 2 comments

mgxd commented

Some things we could leverage the cache for:

  • Stack of projects that are actively using etelemetry (to avoid CREATE <TABLE> IF NOT EXISTS... calls)
  • On-going (status: running) processes
mgxd commented

started in #10 - still needs to be implemented to avoid unnecessary calls to db

mgxd commented

closing this since it's integrated, but additional caching can be still implemented