Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
Memcachedのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
Memcached
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:データベース管理システム]] {{Related articles start}} {{Related|Redis}} {{Related articles end}} From [[Wikipedia:memcached]]: Memcached (pronunciation: mem-cashed, mem-cash-dee) is a general-purpose distributed memory caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database or API) must be read. The system uses a client–server architecture. The servers maintain a key–value associative array; the clients populate this array and query it by key. Keys are up to 250 bytes long and values can be at most 1 megabyte in size. Clients use client-side libraries to contact the servers which, by default, expose their service at port 11211. Both TCP and UDP are supported. Each client knows all servers; the servers do not communicate with each other. If a client wishes to set or read the value corresponding to a certain key, the client's library first computes a hash of the key to determine which server to use. This gives a simple form of sharding and scalable shared-nothing architecture across the servers. == インストール == {{pkg|memcached}} パッケージを[[インストール]]します。 == 設定 == Since 1.5.6 memcached defaults to listening only on TCP. {{ic|<nowiki>-l</nowiki>}} allows you to bind to specific interfaces or IP addresses By default, memcached listens for connections only on local network interfaces. It may be preferred to change the {{ic|<nowiki>-l</nowiki>}} option to allow listening on external addresses instead. See {{man|1|memcached}}. {{ic|memcached.service}} を[[編集]]して、パラメータを変更します。 {{ic|memcached.service}} を[[開始]]/[[有効化]]します。 == クライアント側ソフトウェア == * C/C++: {{Pkg|libmemcached-awesome}} * Python: {{Pkg|python-binary-memcached}}, {{Pkg|python-memcached}}, {{Pkg|python-pylibmc}} * Perl: {{Pkg|perl-cache-memcached}} * Gambas: {{Pkg|gambas3-gb-memcached}} == See also == * [https://unix.stackexchange.com/questions/176916/where-is-the-memcached-configuration-file-in-archlinux unix.stackexchange.com] * [https://github.com/memcached/memcached/wiki/ConfiguringServer Github wiki Configuring Server]
このページで使用されているテンプレート:
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:META Related articles start
(
ソースを閲覧
)
テンプレート:Man
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:Related
(
ソースを閲覧
)
テンプレート:Related articles end
(
ソースを閲覧
)
テンプレート:Related articles start
(
ソースを閲覧
)
テンプレート:TranslationStatus
(
ソースを閲覧
)
Memcached
に戻る。
検索
検索
Memcachedのソースを表示
話題を追加