<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,11 +53,21 @@ Normally a memcached storage command looks like this:
 &lt;command name&gt; &lt;key&gt; &lt;flags&gt; &lt;exptime&gt; &lt;bytes&gt; [noreply]\r\n
 
 This is extended to look like this:
-&lt;command name&gt; &lt;keys&gt; ENDKEYS &lt;flags&gt; &lt;exptime&gt; &lt;bytes&gt; [noreply]\r\n
+&lt;command name&gt; &lt;keys&gt; __ENDKEYS &lt;flags&gt; &lt;exptime&gt; &lt;bytes&gt; [noreply]\r\n
 
 Keys are separated by spaces (this is permissible because memcached forbids
 whitespace from appearing in keys). There must be at least one key. The first
 key is interpreted as the key that the storage command is for, i.e. in the
 usual context that a key is interpreted in in memcached. All of the normal
 rules for keys apply, except that there is one additional rule: no key may be
-named &quot;ENDKEYS&quot;, since that could lead to ambiguity.
+named &quot;__ENDKEYS&quot;, since that could lead to ambiguity.
+
+Because of the protocol change, you need to use a modified client that knows
+the new protocol.
+
+The dependency graph is stored by libfk, not memcached. This means that the
+memory is allocated and released by GLib, not memcached. Memcached could
+potentially use a lot more memory than you tell it to use, because the memory
+used to store the dependency graph is not taken from the slab allocator. Of
+course, the dependency data is fairly compact, so this probably won't be a big
+issue for most uses.</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>56178ba2088e39c6fabaf8456d5b9f1e1ced9a00</id>
    </parent>
  </parents>
  <author>
    <name>Evan Klitzke</name>
    <email>evan@eklitzke.org</email>
  </author>
  <url>http://github.com/eklitzke/libfk/commit/32f95d02de2dc6972145c766ab9aa36d7585d890</url>
  <id>32f95d02de2dc6972145c766ab9aa36d7585d890</id>
  <committed-date>2008-12-31T15:36:56-08:00</committed-date>
  <authored-date>2008-12-31T15:36:56-08:00</authored-date>
  <message>update the README</message>
  <tree>bbb5aa84e30a29a7f6aa8aa5b4c8c37a61d48fcb</tree>
  <committer>
    <name>Evan Klitzke</name>
    <email>evan@eklitzke.org</email>
  </committer>
</commit>
