You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we need to load all the available backend like redis, mongo, memory before hand. I would prefer to lazy load the backend based on the config or something.
Thoughts?
The text was updated successfully, but these errors were encountered:
redis and mongo are built in, the rest are refactored into other npm modules. It would be better to have even redis and mongo in separate npm modules, if someone is up to the task I could merge and update documentation.
@manast Thanks for the update. I will see if i can take that.
[off topic] One more quick question: Is there a way to acl based on query strings.
eg: a url like /api/data?publisher='abc'
So only abc publisher has access to /api/data and not anybody else.
I don't think we need to load all the available backend like redis, mongo, memory before hand. I would prefer to lazy load the backend based on the config or something.
Thoughts?
The text was updated successfully, but these errors were encountered: