Show HN: Python decorator for function level Redis caching (github.com) 4 points by alexk307 10y ago ↗ HN
[–] jastr 10y ago ↗ This is pretty neat!One place I see this being useful is quickly adding cache'ing to web apps. A minor issue is with permissions. [–] alexk307 10y ago ↗ Thanks! That's what I had in mind when I made it. Good for data that almost never changes as I'm still working on a way of cache busting. [–] jastr 10y ago ↗ Maybe put in a keyword arg to cache bust?
[–] alexk307 10y ago ↗ Thanks! That's what I had in mind when I made it. Good for data that almost never changes as I'm still working on a way of cache busting. [–] jastr 10y ago ↗ Maybe put in a keyword arg to cache bust?
3 comments
[ 2.3 ms ] story [ 12.3 ms ] threadOne place I see this being useful is quickly adding cache'ing to web apps. A minor issue is with permissions.