Key-value store
An interface for typical key-value store functionality inspired by PHP's Memcached API. Implementing this interface in an application means you get support for every backend for free, since all adapters share this exact same implementation.
Docs ›