-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bcache now handles key expiration. (#24)
- expiration will be handled by bcache, previous version which basically do nothing with expiration - passive key deletion, data deleted when Get found that the key is expired. No GC-like mechanism at this phase, could be added later if needed - deletion delay: add delay before actually delete the key, it is used to handle temporary network connection issue, which prevent data syncing between nodes - specify ttl instead of expirationTimestamp
- Loading branch information
Showing
8 changed files
with
154 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.