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

Command Queueing(for EXEC/MULTI) for Garnet Client #90

Open
neuecc opened this issue Mar 22, 2024 · 1 comment
Open

Command Queueing(for EXEC/MULTI) for Garnet Client #90

neuecc opened this issue Mar 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@neuecc
Copy link

neuecc commented Mar 22, 2024

The implementation of Garnet Client currently seems to be limited.

I have confirmed that with ExecuteForMemoryResult and ExecuteForMemoryResultArray, most commands can be executed.
However, MULTI/EXEC transactions require sending multiple commands at once, and it doesn't appear that there is currently a method for executing raw commands for that purpose.

How about prioritizing the provision of an client API for command queueing?

@badrishc
Copy link
Contributor

Thanks for the feedback. Yes, it makes sense to add this. We have focused on the server side for the moment. Can look into this later (and of course contributions always welcome!).

@darrenge darrenge added the enhancement New feature or request label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants