1)To run to project do the following :$ mkdir -p cmake/build$ pushd cmake/build$ cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../..$ make -j2)server.config is to placed in cmake/build in the following manner (or Copy server.config to cmake/build) :50051 //LISTENING_PORTLRU //CACHE_REPLACEMENT_TYPE15 //CACHE_SIZE10 //THREAD_POOL_SIZEFor example : 50051 LRU 15 10 3)For using Batch Mode Place batch.txt file in cmake/build , It may contain Command in the following (case sensitive Manner):Get keyPut key valueDel key4)For using Iterative mode , type the commands in case sensetive manner :Get keyPut key valueDel key