Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 517 Bytes

Description

This is a simple memcahced client library,just for scala exercise.

About

  • implements memcached text protocol
  • simple connection pool
  • basic unit tests
  • small code base(<600)
  • only jdk/scala core api used,no other dependency

To Test

  • run your memcached on localhost:11211
  • install sbt
  • type "sbt test"