You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the tweet stats are obtained and stored separately which consumes space.
So use memcache to store a day's tweet stats and at the end of the day flush out to db.
The text was updated successfully, but these errors were encountered:
Currently the tweet stats are obtained and stored separately which consumes space.
So use memcache to store a day's tweet stats and at the end of the day flush out to db.
The text was updated successfully, but these errors were encountered: