SharedCode / sop

Horizontally Scaleable Objects Persistence
http://sop.codeplex.com
MIT License
13 stars 4 forks source link

Transaction logging driven cleanup is fully implemented #35

Closed grecinto closed 7 months ago

grecinto commented 7 months ago

More automated tests to follow, but end-to-end run and debugging using basic functionality tests to simulate operations showed good results.

in_red_ck.NewTransction method supports additional flag to tell whether to enable transaction logging or not.

Sample code to enable(3rd param true does it) transaction logging: t := in_red_ck.NewTransaction(true, -1, true)