Key may not exceed 250 chars according to memcached protocol.
Memcache::add
Description
bool Memcache::add ( string key, mixed var [, int flag [, int expire]])Memcache::add() stores variable var with key only if such key doesn't exist at the server yet. Memcache::add() returns FALSE if such key already exist. For the rest Memcache::add() behaves similarly to Memcache::set().
Also you can use memcache_add() function. See example below.
Memcache::add() returns TRUE on success or FALSE on failure.
See also Memcache::set(), Memcache::replace().
Memcache::add
rune(at)intermedia(dot)no
06-Oct-2008 11:04
06-Oct-2008 11:04
