Open srid opened 8 years ago
This file shortened_url_cache.json will go away frequently due to dyno cycling (every day). Best to store these URLs in redis. There may already be libraries that does this.
Memorize to redis! https://github.com/mikeboers/PyMemoize#redis
https://elements.heroku.com/addons/heroku-redis
This file shortened_url_cache.json will go away frequently due to dyno cycling (every day). Best to store these URLs in redis. There may already be libraries that does this.