Any way to access custom garnet object inside custom transaction function? #336
ShaolanTech
started this conversation in
General
Replies: 2 comments
-
ok, after few hours of digging into the code, i've got the answer and need to implement the resp protocol myself. hope for the detailed docs, it will save a lot of time for developers. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the investigation. We could make this simpler in future, to allow users in a transactional procedure to access custom objects. Feel free to contribute in this space, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In CustomTransactionProcedure.Main, I found the member "RMW_ObjectStore" of IGarnetAPI, but there is no description in the office document, and the demos neither. For example,i need set a value to "MyDict" inside a custom transaction procedure.
Beta Was this translation helpful? Give feedback.
All reactions