We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI'm implementing a Memcached proxy, and need the mo开发者_如何学Pythonst recent, most accurate, and most detailed memcached binary protocol docs I can find.
I already found these:
- http://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol
- http://code.sixapart.com/svn/memcached/branches/binary/server/doc/protocol-binary.txt
The problem is that the documents seem to be inconsistent with many implementations I found, and are missing messages examples which will make my life easier.
So my question is where can I find an official, up to date, and detailed (complete) documentation for the memcached binary protocol?
Any relevant links containing command messages examples are also most welcome.
Their wiki has a more recent page on the binary protocol: http://code.google.com/p/memcached/wiki/BinaryProtocolRevamped
Of course, there is always the source itself...
精彩评论