-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new service support: persy #2522
Comments
I can try to work on this. |
Glad to see you're willing to help, but I'm sorry that I haven't synced the status in time recently. This feature is almost implemented. I'll submit a PR shortly and maybe you'd like to help review it and improve this service together. |
@PsiACE I'm glad to help review this feature when you submit the pr. Can you assign me a similar introduction level task? |
@Xuanwo I can work on this. Please assign it to me. |
Can you leave a comment under that issue? Otherwise, I won't be able to assign it to you. @Anakin100100 |
Persy - Transactional Persistence Engine
Simple single file durable, isolated, consistent, and atomic persistence engine based on copy on write. It guarantee the persistence of data even in case of crash through a in file write ahead log, and provide simple rust APIs for store simple bytes or value associated (index) data, provide also memory management logic to keep the file size in check.
The text was updated successfully, but these errors were encountered: