csaftoiu / slack-email-digest

Scripts to summarize Slack chat history into an email digest.
The Unlicense
6 stars 1 forks source link

Store shortened URL cache in redis #13

Open srid opened 8 years ago

srid commented 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.

srid commented 8 years ago

Memorize to redis! https://github.com/mikeboers/PyMemoize#redis

srid commented 8 years ago

https://elements.heroku.com/addons/heroku-redis