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

Redis database gets full quickly #3

Closed orthogonal closed 12 years ago

orthogonal commented 12 years ago

The Redis database can only hold ~30 data sets at once (depends on the player's play history - it's 5 MB). Make results expire after a reasonable period of time, warn users about this, figure out some sort of system. Right now it's never cleared at all unless it's manually cleared.