Changelog
Overview
This release adds per-key TTL functionality to key-value stores. It adds:
LimitMarkerTTL
config option to enable automatic tombstone deletion.KeyTTL
option tokv.Create()
PurgeTTL()
option tokv.Purge()
ADDED
- KeyValue:
- Added KeyValue per key TTL support and limit markers (#1864)