codeforbtv / foodrescue

2 stars 3 forks source link

Cache the API dataset within Redis or other cache layer #21

Closed Dangeranger closed 1 year ago

Dangeranger commented 10 years ago

The API is currently within a CSV and is loaded into the application memory. Would it reduce load and complexity to cache the dataset within a layer such as Redis or Memchached?