Memcached::appendByKey
(PECL memcached >= 0.1.0)
Memcached::appendByKey — 指定したサーバーでデータを既存のアイテムに追記する
説明
Memcached::appendByKey() は機能的に
Memcached::append() と同等です。しかし、自由形式の
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