[memcached] Added memcached binding.
The memcached support was extracted from PR #98 by @jbellis, with cleanups to bring it in line with current APIs and style guide. This PR also addresses issue #326.
Showing
- NOTICE.txt 4 additions, 0 deletionsNOTICE.txt
- bin/ycsb 1 addition, 0 deletionsbin/ycsb
- distribution/pom.xml 5 additions, 0 deletionsdistribution/pom.xml
- memcached/README.md 97 additions, 0 deletionsmemcached/README.md
- memcached/conf/memcached.properties 52 additions, 0 deletionsmemcached/conf/memcached.properties
- memcached/pom.xml 99 additions, 0 deletionsmemcached/pom.xml
- memcached/src/main/java/com/yahoo/ycsb/db/MemcachedClient.java 294 additions, 0 deletions...ched/src/main/java/com/yahoo/ycsb/db/MemcachedClient.java
- memcached/src/main/java/com/yahoo/ycsb/db/package-info.java 21 additions, 0 deletionsmemcached/src/main/java/com/yahoo/ycsb/db/package-info.java
- pom.xml 1 addition, 0 deletionspom.xml
memcached/README.md
0 → 100644
memcached/conf/memcached.properties
0 → 100644
memcached/pom.xml
0 → 100644
Please register or sign in to comment