garnet icon indicating copy to clipboard operation
garnet copied to clipboard

Command Queueing(for EXEC/MULTI) for Garnet Client

Open neuecc opened this issue 1 year ago • 1 comments

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?

neuecc avatar Mar 22 '24 11:03 neuecc

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!).

badrishc avatar Mar 22 '24 20:03 badrishc