The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.17 - 2009-11-02

  • remove delete expiration aka delay parameter. Upgrade is required for use with memcached >= 1.3.2.
  • Changes since 0.16:
  • Warn about ignoring non-zero delete expiration time. Expiration time for "delete" command has been optional in older versions of memcached, and was dropped in memcached 1.3.2 (in an incompatible manner). Not knowing server version it's impossible to tell whether the server will handle the parameter or not, so we simply do not send it at all. Explicit zero passed to delete() or delete_multi() is silently ignored, and a warning is given if you pass non-zero delete expiration time. Furthermore the syntax delete($key, $delay) and delete_multi([$key, $delay]) is obsoleted and no more documented.

Documentation

compute relative distribution of keys.

Modules

Perl client for memcached, in C language