-
Notifications
You must be signed in to change notification settings - Fork 596
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
Get multiple items in a single function call #324
Comments
Hey, I think it's not a bug but enhancement. I thin it make sens to expose get/set for multiple items as it can boost performance as there will be only single lock. This may be useful to setup/backup the cache. @cristaloleg WDYT? |
Yea sorry the bug label came by default and I wasn't able to remove it. I completely agree @janisz , if you can point me to what I should look at I can take a jab at implementing the multi approach. |
Yeah, sounds good. With a multiget we can increase throughput because we will take lock once. |
Is this available? |
@raeidish looks so |
Hello, I was wondering if bigcache could support a getMulti(keys []string) function or if there was a technical limitation preventing it.
Thanks!
The text was updated successfully, but these errors were encountered: