vivekn / redis-simple-cache

Simple redis based cache for storing results of python function calls, json encoded strings or html.
Other
122 stars 69 forks source link

Add invalidate() method #21

Closed nudge closed 10 years ago

nudge commented 10 years ago

Add a method to selectively remove an item from the cache.

szaydel commented 10 years ago

This looks like a good addition to this project. I think, seeing as how things are growing, some commenting is in order. Perhaps as methods are added we just need to comment their purpose. This looks pretty good to me @nudge!

nudge commented 10 years ago

Good suggestion @szaydel! Added and updated some comments.

szaydel commented 10 years ago

Looks great. Comments are always a good thing, even if stuff looks trivial and self-explanatory. :+1: