Skip to content

A high performance, multi-threaded Key-Value server with an LRU/LFU cache along with a persistent storage.

Notifications You must be signed in to change notification settings

coderaavan/Multi-threaded-Key-Value-Server

Repository files navigation

Team Members:
1. Prashant Ravi 
2. Aditya Pradhan 
3. Rajneesh Katkam 

Instruction to compile:
Run "make" command in source folder.

Instructions to run server:
-> Type "./KVServer" in source folder.

Instructions to run client:
-> To run client in interactive mode, type "./KVClient" and do not pass any other arguments (filenames)

-> Type "./KVClient <filename>" where <filename> should be substituted with test file's name.
   NOTE: One test file we have provided named "testcase_only_strings.txt" in the 'Testcases' folder

Instructions to clean the server and client executables and files/folders:
-> Run "make clean" in the source folder

About

A high performance, multi-threaded Key-Value server with an LRU/LFU cache along with a persistent storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •