basic expiration (values still need to serialize expiration)

This commit is contained in:
2025-06-16 20:51:48 +02:00
parent 39dd27378a
commit 28b42c786c
4 changed files with 143 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ impl Set {
Ok(Self {
key,
value: Value::new(data),
value: Value::new(data, None),
})
}
}