garnet
garnet copied to clipboard
Command Queueing(for EXEC/MULTI) for Garnet Client
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?
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!).