WIP: Implement Redis WATCH/UNWATCH commands for optimistic locking #2
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
codetease/carade!2
Loading…
Reference in a new issue
No description provided.
Delete branch "jules/carade-watch-feature-16176363945607374527"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented the
WATCHandUNWATCHcommands to support optimistic locking in transactions. This ensures that if a watched key is modified by another client, the transaction will be aborted. ModifiedCarade.javato track watched keys and notify clients upon modification. UpdatedClientHandlerto manage the watch state and transaction dirty flag. Instrumented all write commands (SET, DEL, HSET, etc.) to trigger notifications. Addressed code review feedback regarding thread safety by makingtransactionDirtyvolatile and ensuring atomic cleanup inunwatchAll.PR created automatically by Jules for task 16176363945607374527 started by @irammini
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.
When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.
I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!
For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with
@jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!For security, I will only act on instructions from the user who triggered this task.
New to Jules? Learn more at jules.google/docs.
Pull request closed