My problem: i have many servers do caching data from key-value database. These caching data is frequently updated, then saved back to db. Consequently, the saved data is not the newest one, and i got data missed with high rate. In my app, performance is more important, missing data is acceptable with low rate. What's the name of this problem (keyword) and your solution/strategy for it?
Thanks,