Changeset 612
- Timestamp:
- 09/26/07 08:26:26 (1 year ago)
- Files:
-
- trunk/website/apis.bml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/website/apis.bml
r611 r612 42 42 43 43 <?h1 C# API h1?> 44 <p> A C# API is available at:44 <p>There are multiple C# APIs: 45 45 46 46 <ul> 47 47 <li><a href="https://sourceforge.net/projects/memcacheddotnet/">https://sourceforge.net/projects/memcacheddotnet/</a> 48 <li><a href="http://www.codeplex.com/EnyimMemcached/">http://www.codeplex.com/EnyimMemcached/</a> - Client developed in .NET 2.0 keeping performance and extensibility in mind. (Supports consistent hashing.) 48 49 </ul> 49 50 … … 72 73 </ul> 73 74 74 <?h1 .Net h1?>75 <p>76 Client developed in .NET 2.0 keeping performance and extensibility in mind. (Supports consistent hashing.)77 </p>78 <ul>79 <li><a href="http://www.codeplex.com/EnyimMemcached/">http://www.codeplex.com/EnyimMemcached/</a>80 </ul>81 82 75 <?h1 Protocol h1?> <p>To write a new client, check out the <a 83 76 href="http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt">protocol
