Improve memcapability test suite
authorTrond Norbye <trond.norbye@gmail.com>
Mon, 8 Mar 2010 21:19:08 +0000 (22:19 +0100)
committerTrond Norbye <trond.norbye@gmail.com>
Mon, 8 Mar 2010 21:19:08 +0000 (22:19 +0100)
commitc8c6384c1bf0c95723d0ab209925a981623ab75e
tree0d213cd7c88f14d9e42f8b1a26728011417fbe8a
parent519261ca98528ebc5d854ed839f400aa03a3dc5c
Improve memcapability test suite

* Remove test of illegal commands in memcapable

  Users should be able to extend the binary protocol with their own commands,
  and as long as they don't change the semantics on the defined commands the
  server is memcapable even if it supports additional commands.

* Allow memcached servers to cork quiet get commands
clients/memcapable.c