Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 260 Bytes

go-cache

Disk based key value store

//add cli //add fsync system call //sync two go-cache instances //store the history of all transactions with timestamps //customize the time interval of sync using the opts struct. //add log for visibility and time taken