bradmontgomery / django-redis-metrics

Metrics for django apps backed by Redis.
http://django-redis-metrics.readthedocs.io
MIT License
94 stars 24 forks source link

Add a Default Expires setting #60

Open bradmontgomery opened 6 years ago

bradmontgomery commented 6 years ago

Nice to have: Instead of setting the expire param on every call to metric(...), we could have a setting with a default value that gets applied to all metrics.