Implementation of the key-value store using gRPC in C++.
\ No newline at end of file
## Introduction
We created key value store using gRPC in C++. In that Clinet can PUT, GET, DEL operation. On server side we applied cache and threadpool. You can change the configuration of that.
## How to Compile project
1. Change the path in CMakeLists.txt. In that change line 8 as "include(/Path/To/Grpc_Folder/examples/cpp/cmake/common.cmake)"