Commit 304a2d1
Changed files (1)
misc
key-value-store
misc/key-value-store/README.md
@@ -0,0 +1,4 @@
+Build a key value API that returns the time stamp of insertion when you insert a key.
+
+1. Given the key only, return the value of the latest time stamp.
+1. Given a key and time stamp return the value of the nearest time stamp in the past or equal for the key