|
Revision 802, 0.7 kB
(checked in by dormando, 11 months ago)
|
|
clear out crufty data in favor of wiki.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?page |
|---|
| 2 | wintitle=>client apis |
|---|
| 3 | body<= |
|---|
| 4 | |
|---|
| 5 | <?h1 See Wiki h1?> |
|---|
| 6 | |
|---|
| 7 | <p>You probably want <a |
|---|
| 8 | href="http://code.google.com/p/memcached/wiki/Clients">the client list at the |
|---|
| 9 | wiki</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 |
|---|
| 12 | href="http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt">protocol |
|---|
| 13 | docs</a>. Be aware that the most important part of the client is the |
|---|
| 14 | hashing across multiple servers, based on the key, or an optional |
|---|
| 15 | caller-provided hashing value. Feel free to join the mailing list (or |
|---|
| 16 | mail me directly) for help, inclusion in Subversion, and/or a link to your |
|---|
| 17 | client from this site.</p> |
|---|
| 18 | |
|---|
| 19 | <=body |
|---|
| 20 | page?> |
|---|