You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: