You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!).
The implementation of Garnet Client currently seems to be limited.
I have confirmed that with
ExecuteForMemoryResult
andExecuteForMemoryResultArray
, 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?
The text was updated successfully, but these errors were encountered: