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

Add MGet or Multiple Get to improve read performance #92

Open
Planxnx opened this issue Nov 26, 2022 · 2 comments
Open

Add MGet or Multiple Get to improve read performance #92

Planxnx opened this issue Nov 26, 2022 · 2 comments

Comments

@Planxnx
Copy link

Planxnx commented Nov 26, 2022

I've performance issues when my cache has heavy read and write load in the same time.
I propose an approch like Reduce mutex blocking while get from multiple keys (like redis MGET ) Or use RW.Mutex while Get() instead.

@gozeloglu
Copy link
Contributor

Hey @swithek. What about this issue? Should it be added as a new feature? If yes, I'd like to work on it.

@swithek
Copy link
Contributor

swithek commented Jun 1, 2023

@gozeloglu I'm not sure it's possible to implement the suggested changes, at least not all of them. I go into more detail here: #105 (comment)

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

3 participants