Changeset 612

Show
Ignore:
Timestamp:
09/26/07 08:26:26 (1 year ago)
Author:
dormando
Message:

Only need one C# section (pointed out by a@enyim.com)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/website/apis.bml

    r611 r612  
    4242 
    4343<?h1 C# API h1?> 
    44 <p>A C# API is available at
     44<p>There are multiple C# APIs
    4545 
    4646<ul> 
    4747<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.) 
    4849</ul> 
    4950 
     
    7273</ul> 
    7374 
    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  
    8275<?h1 Protocol h1?> <p>To write a new client, check out the <a 
    8376href="http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt">protocol