root/trunk/website/apis.bml @ 803

Revision 803, 0.6 kB (checked in by dormando, 11 months ago)

fix language. (thanks brad)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?page
2wintitle=>client apis
3body<=
4
5<?h1 See Wiki h1?>
6
7<p>You probably want <a
8href="http://code.google.com/p/memcached/wiki/Clients">the client list at the
9wiki</a>, as it is actually kept up to date.</p>
10
11<?h1 Protocol h1?> <p>To write a new client, check out the <a
12href="http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt">protocol
13docs</a>.  Be aware that the most important part of the client is the
14hashing across multiple servers, based on the key, or an optional
15caller-provided hashing value.  Feel free to join the mailing list
16for help, inclusion in Subversion, and/or a link to your
17client from the wiki.</p>
18
19<=body
20page?>
Note: See TracBrowser for help on using the browser.