alexk307 / cache_deco

Backend agnostic cache decorator
MIT License
81 stars 7 forks source link

Support for multiple backends #6

Closed alexk307 closed 8 years ago

alexk307 commented 8 years ago

Currently we only support Redis as the backend (as it's the name of the project), but I think it would be helpful to make it able to extend to any backend.

We would probably want some sort of backend abstract class.

marioidival commented 8 years ago

It's a good idea change the project name to something more generic

alexk307 commented 8 years ago

yeah I definitely will once this is completed