Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

future.md

File metadata and controls

24 lines (17 loc) · 679 Bytes

List of future plans.

Future Plans

  • Replicate CAS unique values.
    Currently, yrmcds does not replicate CAS values, which may lead to false-positives as well as (harmless) false-negatives.

  • Allow eviction to be disabled and honor the memory limit.
    This is a requirement for in-memory database.

  • Save/load cached objects at program exit/startup.
    This is another requirement for in-memory database.

  • Save snapshots periodically.
    This can be done by forking a child process when all worker threads are idle.