(PECL memcached >= 0.1.0)
Memcached::prependByKey — Prepend data to an existing item on a specific server
Memcached::prependByKey() is functionally equivalent to
Memcached::prepend(), except that the free-form
server_key
can be used to map the
key
to a specific server.
server_key
Ключ, що визначає сервер, на якому зберігатиметься значення або з якого його можна отримати. Замість гешування ключа елемента, гешується ключ сервера, з яким буде взаємодіяти memcached. Це дозволяє об'єднувати пов'язані елементи на єдиному сервері для пришвидшення одночасних операцій.
key
The key of the item to prepend the data to.
value
The string to prepend.
Повертає true
у разі успіху або false
в разі помилки.
Returns null
when compression is on.