basic expiration (values still need to serialize expiration)
This commit is contained in:
@@ -43,7 +43,7 @@ impl Set {
|
||||
|
||||
Ok(Self {
|
||||
key,
|
||||
value: Value::new(data),
|
||||
value: Value::new(data, None),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user