Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@marczych marczych released this 28 May 17:44
· 132 commits to master since this release
  • Add BackendWrap to streamline making simple Backends that only need to override a few methods.
  • Short circuit getMultiple for empty keys to avoid unnecessary work.
  • Add Memcached backend for use with the PECL Memcached extension.
  • Add deleteMultiple to simplify deleting many keys.