GoCache is Distributed/scalable persistent key-value pair cache that persists in Disk.
- make client-server level APIs to make caching operations. (e.g GET, PUT, DELETE) [
DONE
] - Mutex locking on KEYs [
DONE
] - Master - Replicas Arch [
IN-PROGRESS
] - Advance Query