Memcached::addByKey
Memcached::addByKey
(PECL memcached >= 0.1.0)
Memcached::addByKey — Add an item under a new key on a specific server
Description
public bool Memcached::addByKey ( string $server_key , string $key , mixed $value [, int $expiration ] )
Memcached::addByKey() is functionally equivalent to Memcached::add(), except that the free-form server_key
can be used to map the key
to a specific server. This is useful if you need to keep