public
Description: A simple, asynchronous, single-threaded memcached client written in java.
Homepage: http://code.google.com/p/spymemcached/
Clone URL: git://github.com/dustin/java-memcached-client.git
java-memcached-client / .gitignore
100644 7 lines (7 sloc) 0.056 kb
1
2
3
4
5
6
7
.settings
cobertura.ser
target/
reports/
junit*
*.iml
*~