Memcached::setByKey

Memcached::setByKey

(PECL memcached >= 0.1.0)

Memcached::setByKeyStore an item on a specific server

Description

public bool Memcached::setByKey ( string $server_key , string $key , mixed $value [, int $expiration ] )

Memcached::setByKey() is functionally equivalent to Memcached::set(), 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 a bunch of rel