Memcached::prependByKey
(PECL memcached >= 0.1.0)
Memcached::prependByKey — 指定したサーバーで既存のアイテムの前にデータを付加する
説明
Memcached::prependByKey() は機能的に
Memcached::prepend() と同等です。しかし、自由形式の
server_key
を使用して、
key
を特定のサーバーに関連付けることができます。
パラメータ
server_key
-
値を格納したりデータを取得したりするサーバーを表すキー。 アイテムの実際のキーをハッシュするかわりにサーバーのキーをハッシュして、どの memcached サーバーとやりとりするのか選びます。 これで、関連するアイテムを一つのサーバーにまとめられるようになり、マルチ操作の効率が上がります。
key
-
データを先頭に付加したいアイテムのキー。
value
-
先頭に付加する文字列。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google