Commit 38f4efe2 authored by Sushant Mahajan's avatar Sushant Mahajan

formatted text

parent 92653fcb
...@@ -2,13 +2,19 @@ assignment1 files for cs733 course ...@@ -2,13 +2,19 @@ assignment1 files for cs733 course
Comprizes the memcache implementation (key value store) Comprizes the memcache implementation (key value store)
completed: completed:
-validations for various commands -validations for various commands
-set, get, getm, cas, delete functionality working when user gives input
-expired keys deleted when requested but user notified as ERR_NOT_FOUND -set, get, getm, cas, delete functionality working when user gives input
-server sending appropriate output
-read/write sync between client server working fine -expired keys deleted when requested but user notified as ERR_NOT_FOUND
-test cases for single client complete
-user allowed to send CR, LF as value bytes -server sending appropriate output
-read/write sync between client server working fine
-test cases for single client complete
-user allowed to send CR, LF as value bytes
yet to complete: yet to complete:
-test cases for parallel connections -test cases for parallel connections
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment