Skip to content
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

[Improvement] Option for multiget values #344

Open
jarussi opened this issue Oct 2, 2019 · 0 comments
Open

[Improvement] Option for multiget values #344

jarussi opened this issue Oct 2, 2019 · 0 comments

Comments

@jarussi
Copy link

jarussi commented Oct 2, 2019

Describe the improvement

I think it would be a nice feature to have the option to use the mget method that both backends already implements inside the config.
We have several cases where we call a few keys in the same operation. If we could make a single request (in our cause to redis), it would decrease our hits to redis by a lot.

Think it's a valid idea? The hardest part (the implementation of mget itself on both backends) is already done. Just would need to let the method visible inside the Config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant