aumcode / nfx

C# Server UNISTACK framework [MOVED]
https://github.com/agnicore/nfx
Other
391 stars 93 forks source link

Add PileCache.TableMode{Speculative = 0, DURABLE} mode per table to PileCache #46

Closed itadapter closed 7 years ago

itadapter commented 7 years ago

In this mode perform rehashing into a chunk block stored in Pile, this way no override will ever happen and all the the data will be guaranteed to be preserved

itadapter commented 7 years ago

Done