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

Active Replication CRDTs supported types #395

Closed
vladimir-stornest opened this issue Feb 6, 2022 · 2 comments
Closed

Active Replication CRDTs supported types #395

vladimir-stornest opened this issue Feb 6, 2022 · 2 comments

Comments

@vladimir-stornest
Copy link

I plan to use KeyDB on my project with Active Replication, but I read comments that CRDT is not implemented yet for advanced data types.

I couldn't find in the documentation what data types and operations are safe to use with active replication.

I use sorted sets, lists, and the INCR/DECR operations in my project. Is CRDT implemented for these types?

@benschermel
Copy link
Collaborator

Hi @vladimir-stornest, CRDTs are not implemented for all data types yet, and specifically those associated with your request. Because this uses a last-write-wins methodology the more recent value will take precedent when it comes to things like INCR/DECR for competing writes. For lists they may become unordered as data is replayed.

@benschermel
Copy link
Collaborator

Closing issue and opening new issue for updating documentation surrounding supported data structures in KeyDB Docs repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants