reifydb-store-multi 0.4.9

Multi-version storage for OLTP operations with MVCC support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file

set a=1
---
ok

# found

get a
---
"a" => "1"

# not found

get b
---
"b" => None