Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement built-in CRDTs: LWW Register #81

Closed
guiltygyoza opened this issue Jul 30, 2024 · 1 comment · Fixed by #90
Closed

Implement built-in CRDTs: LWW Register #81

guiltygyoza opened this issue Jul 30, 2024 · 1 comment · Fixed by #90
Assignees
Labels
feature New feature or request

Comments

@guiltygyoza
Copy link
Contributor

guiltygyoza commented Jul 30, 2024

Background

Register types are useful for CRO to specify a single value that can be updated concurrently by multiple nodes. LWW (Last-Write-Win) Register is a basic type for this purpose.

Task

  • implement
  • test
  • document how this type works and its usage

Resources

@guiltygyoza guiltygyoza added the feature New feature or request label Jul 30, 2024
@joaopereira12
Copy link
Contributor

I got this.

@d-roak d-roak moved this from Triage to 🗃️ Backlog in Project Management Aug 3, 2024
@d-roak d-roak moved this from 🗃️ Backlog to 🔜 Todo in Project Management Aug 3, 2024
@d-roak d-roak closed this as completed in #90 Aug 5, 2024
@github-project-automation github-project-automation bot moved this from 🔜 Todo to 🏆 Done in Project Management Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants