Permenant Key/Value Storage #47
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I recently implemented KVStore feature to Warlock. This is a simple kv database that opperated in-memory and so everything is lost if the server crashes and/or restarts.
Now that I have a fairly robust B-Tree class available, I'd like to make it an option to store these values to the disk. This will be off by default for performance, but can be turned on.
The only issue here is going to be handling the automatic expiry that has been implemented.
changed milestone to %2
created merge request !20 to address this issue
mentioned in merge request !20
mentioned in commit
bf23b89d10
closed via merge request !20