-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Redis support #9
Comments
This is trully a neat idead, I stumped in this repository by acident, stayed by the elegant problem solved approuch. I'm diving into the code base and maybe in a couple of days a can bring an PR. |
Gave it an initial try (in an isolated test), seems like writing to redis cache might be a bit slow, but reading can be much faster than sqlite! |
had another go at redis, overall don't think it's worth it, writing is much much slower https://github.com/karlicoss/cachew/tree/redis |
Add Redis support as an alternative to sqlite
This would be a great feature as it will make this solution easier to use in an enterprise production environment as getting a redis instance shared amonst multiple instances of your app is very easy and cost effective to use.
The text was updated successfully, but these errors were encountered: