-
Notifications
You must be signed in to change notification settings - Fork 48
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
Change storage strategy #8
Conversation
# Conflicts: # .gitignore # example.js # index.js # package.json
…enerators to async operations)
Just a few things, usually when there are multiple core changes, they should be previously discussed.
|
Hi and thanks for the quick reply. I haven´t see your comments until now. I know core changes must´ve been previously discussed. A little background, To be honest I never intended to share the fork in first place, the changes fullfill its purpose on my project and then I tought It be a nice thing to share it with you. 2 - Storage channel isn´t always ready when attempt to use it ( Redis for instance ) |
@oscarnevarezleal we could start discussing for an abstraction layer looking for hints from other npm modules that uses multiple storage for their purposes (like express-session). |
@roccomuso sure thing, how do you like to start? |
Hi @roccomuso, @oscarnevarezleal I might start using this library and it would be great to be able to use redis. More generally, is the project still active? |
@MeStrak |
Change storage strategy with a few modifications to base source.
FileStorage & Redis storage are now available, new strategies are easy to integrate.