This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Consider adding support for writing delta of changes #106
Open
Description
Generally, session repository implementations should track changes to session and write only delta in order to reduce the probability of lost updates due to race conditions.
Additionally, if this is implemented also consider supporting SaveMode
to allow flexibility.
All session repositories in Spring Session core modules support this and could be used for inspiration.
Metadata
Metadata
Assignees
Labels
No labels