You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2023/01/10 13:06:13 UTC

[GitHub] [incubator-kvrocks] DenizPiri commented on issue #315: Support Watch/Unwatch

DenizPiri commented on issue #315:
URL: https://github.com/apache/incubator-kvrocks/issues/315#issuecomment-1377229513

   We would very much like to see this feature too. It would essentially make it a fully transactional DB. Ideally, it would be nice if it wouldn't affect the performance that much.
   
   Our most common use case would be this:
   ```
   WATCH key
   GET key
   MULTI
   SET key modifiedValue
   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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org