On Dec 17, 4:09 pm, Mitch Crane <[email protected]> wrote: > Can you please point me to the "official" test suite for memcached? I > ran the following: > > http://github.com/dustin/memcached-test/tree/master/testClient.py
That's more of a test client and server implementation to use as a reference when writing other clients and or servers speaking the binary protocol. > via the "end" pointer. Does it make sense? Anyway, if you'd like to > see the diff I'd be happy to share.. perhaps this could be helpful for > moving the storage engine branch forward? The nice thing about the storage engine branch is that you can write that completely outside of memcached and then run it with a -E when you start memcached. But yeah, that is the direction going forward. We have no plans for radical internal item structure changes in the 1.4 series.
