remote-storage
remote-storage copied to clipboard
Conflit resolution
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