cd src
javac *.java
java Server <IP address> <Port Number>
java KeyValueStoreClient <IP address> <Port Number>
, note that port number can only either be 5001, 5002, 5003, 5004, or 5005
java KeyValueStoreClient <IP address> <Port Number>
, note that port number can only either be 5001, 5002, 5003, 5004, or 5005
Note that the transaction will be aborted when the client is trying to delete a key when it doesn't exist
In this sample output, I will repopulate in 5001 so you will see in 5002, the prepopulated values will notify you that key already exist.