request_cache_plug
request_cache_plug copied to clipboard
How to add other cache storage modules easily?
hey! just learn about the library seeing an elixir montreal meetup presentation. in the presentation was mentioned ConCache has a few issues.
what do you think about supporting Redis, and potentially having a roadmap for supporting other default modules also?
I would recommend creating caches for those with something like https://github.com/MikaAK/elixir_cache You can drop in replace ConCache this way since the interface is the same!
Just a heads up @ologbonowiwi I renamed this for easier understanding, but I'll put it in the readme as well, lemme know what you think!