<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,6 +65,22 @@ To get/set UTF-8 strings using a single-node memcache cluster on localhost:
     cache.get(&quot;name&quot;)
 
 
+Configuration
+-------------
+
+Configuration can be done with a configgy block, like so:
+
+    memcache {
+      distribution = &quot;ketama&quot;
+      hash = &quot;fnv1a-64&quot;
+      namespace = &quot;widgets&quot;
+      servers = [ &quot;memcache1:11211&quot;, &quot;memcache2:11211&quot;, &quot;memcache3:11211&quot; ]
+    }
+
+The name &quot;memcache&quot; is arbitrary -- use whatever name you want, and pass the
+nested block into `MemcacheClient.create`.
+
+
 TO-DO
 -----
 </diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -398,9 +398,9 @@ object MemcacheClient {
   /**
    * Create a new MemcacheClient from a configgy block. The memcache cluster
    * distribution and hash function are specified by strings
-   * &quot;&lt;code&gt;distribution&lt;/code&gt;&quot; and &quot;&lt;code&gt;hash&lt;/code&gt;&quot;. An optional namespace
-   * may be specified with &quot;&lt;code&gt;namespace&lt;/code&gt;&quot;. The server list must be
-   * in a string list called &quot;&lt;code&gt;servers&lt;/code&gt;&quot;.
+   * &quot;`distribution`&quot; and &quot;`hash`&quot;. An optional namespace
+   * may be specified with &quot;`namespace`&quot;. The server list must be
+   * in a string list called &quot;`servers`&quot;.
    */
   def create(attr: ConfigMap) = {
     val pool = ServerPool.fromConfig(attr)</diff>
      <filename>src/main/scala/net/lag/smile/MemcacheClient.scala</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d2993576ea0914c8676dfda79b5def8a6b83a7b</id>
    </parent>
  </parents>
  <author>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </author>
  <url>http://github.com/robey/smile/commit/0b16386f09ea7b5cf6e419046f083e4ed1e18680</url>
  <id>0b16386f09ea7b5cf6e419046f083e4ed1e18680</id>
  <committed-date>2009-09-15T18:40:45-07:00</committed-date>
  <authored-date>2009-09-15T18:40:45-07:00</authored-date>
  <message>incremental docs.</message>
  <tree>8c6eb502490cd642b0d3201cd247d3503598bc67</tree>
  <committer>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </committer>
</commit>
