From 31d82847134c51183f8501603a444fbda193cd07 Mon Sep 17 00:00:00 2001 From: "Verrol L. Adams" Date: Sat, 2 May 2015 09:37:50 -0700 Subject: [PATCH] add link to Memcached protocol specification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b6445d..95b566e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # memcached -A simple memcached implementaion with support of getter/setter +A simple memcached implementaion as defined by [Memcached Protocol](https://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol) with support of getter/setter. ## Prerequisite @@ -37,4 +37,4 @@ Every entry in the map has a lock. Implemented using linux pthread rwlock. ## Things to improve 1. Map implementation -2. Robustness \ No newline at end of file +2. Robustness