Skip to content

Rollback support using data versioning proposal#32

Open
rjd15372 wants to merge 1 commit into
valkey-io:mainfrom
rjd15372:rollback-support
Open

Rollback support using data versioning proposal#32
rjd15372 wants to merge 1 commit into
valkey-io:mainfrom
rjd15372:rollback-support

Conversation

@rjd15372

Copy link
Copy Markdown
Member

This RFC proposes implementing rollback support for Valkey through a dual-value data versioning system. The system enables atomic rollback capabilities for multi-step operations by maintaining both committed and uncommitted states for data modifications. This provides a foundation for robust error handling in complex scenarios such as Lua script execution, write-ahead logging, multi-command transactions, and other operations that require all-or-nothing semantics with the ability to safely undo changes when failures occur.

Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
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

Successfully merging this pull request may close these issues.

1 participant