ShooterIT commented on issue #487:
URL: 
https://github.com/apache/incubator-kvrocks/issues/487#issuecomment-1447457377

   you shouldn't ask developers not have  Read-Your-Own-Write operations in 
transactions,
   ```
   set a b
   multi
   set a c
   get a  // if you don't commit write batch, you will get `b` instead of `c`.
   set xxx yyy
   ...
   exec
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to