remote-storage icon indicating copy to clipboard operation
remote-storage copied to clipboard

Conflit resolution

Open abakermi opened this issue 5 months ago • 1 comments

introduces conflict resolution mechanisms in both Redis and SQLite services. It adds timestamp-based conflict detection and resolution in RedisService, ensuring data integrity during concurrent updates. Similarly, for SqliteService, the code now includes handling for conflicts using timestamps

abakermi avatar Feb 01 '24 07:02 abakermi