This is a simple memcahced client library,just for scala exercise.
- implements memcached text protocol
- simple connection pool
- basic unit tests
- small code base(<600)
- only jdk/scala core api used,no other dependency
- run your memcached on localhost:11211
- install sbt
- type "sbt test"