# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file
# Replica rollback — writes not visible to subsequent queries.
t1: begin_replica version=100
t1: set a=1
t1: rollback
---
ok
t2: begin readonly
t2: get a
---
t2: "a" => None