絶品ゆどうふのタレ

ふと気づいたことを綴るだけのメモ

memcache 3.0.0がリリースされてた

http://pecl.php.net/package/memcache/3.0.0
以下リリースノート

See README for details on new API and INI directives.

  • UDP support
  • Binary protocol support
  • Non-blocking IO using select()
  • Pipelined multi-set/delete/increment/decrement
  • CAS (Compare-And-Swap) support
  • Append/prepend support
  • Key and session redundancy (values are written to N mirrors)
  • Improved error reporting and failover handling
  • Added class "MemcachePool" implementing the new API
  • New INI directives

memcache.protocol = {ascii, binary}
memcache.redundancy = 1
memcache.session_redundancy = 2

  • Changed INI defaults

memcache.hash_strategy = consistent
memcache.chunk_size = 32768

API変ったみたいねー。
まぁ俺自身は使ってないんだけどね、これ。