Changeset 626

Show
Ignore:
Timestamp:
10/03/07 23:35:24 (1 year ago)
Author:
dormando
Message:

memcached MySQL storage engine by Brian Aker

Files:

Legend:

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

    r625 r626  
    8181</ul> 
    8282 
     83<?h1 MySQL API h1?> 
     84<p>The memcache_engine allows memcache to work as a storage engine to MySQL. 
     85This means that you can SELECT/UPDATE/INSERTE/DELETE from it as though it is a 
     86table in MySQL. 
     87</p> 
     88<ul> 
     89<li><a href="http://tangent.org/index.pl?node_id=506">memcache_engine</a></li> 
     90</ul> 
     91 
    8392<?h1 Protocol h1?> <p>To write a new client, check out the <a 
    8493href="http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt">protocol