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

Comments for dustin's java-memcached-client   feed

dustin commented on dustin/java-memcached-client Fri Jan 30 14:27:58 -0800 2009
Comment in c2d8c77:

Yes, it just makes it a bit harder to use and all that. This is a fairly standalone project, so I figured I’d copy the important parts in and make it self-contained.

raykrueger commented on dustin/java-memcached-client Fri Jan 30 12:29:18 -0800 2009
Comment in c2d8c77:

Are you dropping spy.jar from this then?

dustin commented on dustin/java-memcached-client Sat Nov 01 15:04:12 -0700 2008
Comment in ddb72dd:

Wow, I’m just realizing how poorly I named this changeset on the rebase. The purpose is to make available a read-only view of the NodeLocator from a client. This was just my second attempt at an API to do that. Sorry.