GitHub user mark-e-hoffman added a comment to the discussion: IS MGET supported in a cluster?
I'm using a rust library and by default, it does not execute with a MULTI EXEC, which is referred to as 'atomic'. I made the change and I'm seeing much improved performance. I will continue to test. Thanks for the suggestion! On Wed, Dec 13, 2023 at 8:44 AM hulk ***@***.***> wrote: > @mark-e-hoffman <https://github.com/mark-e-hoffman> Did you enable the > transaction mode while running the pipeline? If yes, can disable the > transaction in client and have a try again. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/kvrocks/discussions/1932#discussioncomment-7842589>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAMZ4PJFVRYIKNULLDTRQSLYJGWMVAVCNFSM6AAAAABAP32L3GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQNBSGU4DS> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > GitHub link: https://github.com/apache/kvrocks/discussions/1932#discussioncomment-7843540 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
