orthogonal / USCF-Stats

Rails app that mines the U.S. Chess Federation website and presents interesting and hopefully helpful data.
2 stars 1 forks source link

Re-do the demo with Redis #2

Closed orthogonal closed 12 years ago

orthogonal commented 12 years ago

Right now the demo is using class variables to hold the type and list across requests. It would be better if, for each user, their data (different for quick/regular) was stored in a Redis hashtable. That way, results would only have to be loaded once (unless the user chose to refresh) and the issues with class variables wouldn't matter anymore.