Nginx模組參考手冊:Memcached模組(Memcached)

來源:互聯網
上載者:User
關鍵字 nginx Memcached模組

這些模組預設會全部編譯進Nginx,除非手工指定某個模組在configure時排除。

使用這個模組簡單的處理緩存。
示例配置:

server { location / { set $memcached_key $uri; memcached_pass HTTP://www.aliyun.com/zixun/aggregation/11696.html"& gt;name:11211; default_type text/html; error_page 404 = /fallback; } location = /fallback { proxy_pass backend; }}

指令

memcached_pass

語法:memcached_pass [ name:port ]
預設值:none
使用欄位:HTTP, server, location
後端需要在memcached中設置一些資料,memcached key為「/uri?args」。
在0.5.9版本之後memcached key存儲在變數$memcached_key中。

memcached_connect_timeout

語法:memcached_connect_timeout [ time ]
預設值:60s
使用欄位:HTTP, server, location
連接memcached服務的超時時間,單位為秒。
可以通過指定時間單位以免引起混亂,支援的時間單位有」s」(秒), 「ms」(毫秒), 「y」(年), 「M」(月), 「w」(周), 「d」(日), 「h」(小時),和 「m」(分鐘)。

memcached_read_timeout

語法:memcached_read_timeout [ time ]
預設值:60s
使用欄位:HTTP, server, location
讀取memcached資料的超時時間,單位為秒。
可以通過指定時間單位以免引起混亂,支援的時間單位有」s」(秒), 「ms」(毫秒), 「y」(年), 「M」(月), 「w」(周), 「d」(日), 「h」(小時),和 「m」(分鐘)。

memcached_send_timeout

語法:memcached_send_timeout [ time ]
預設值:60s
使用欄位:HTTP, server, location
發送memcached資料的超時時間,單位為秒。
可以通過指定時間單位以免引起混亂,支援的時間單位有」s」(秒), 「ms」(毫秒), 「y」(年), 「M」(月), 「w」(周), 「d」(日), 「h」(小時),和 「m」(分鐘)。

memcached_buffer_size

語法:memcached_buffer_size [ size ]
預設值:see getpagesize(2)
使用欄位:HTTP, server, location
發送/收到的緩衝區大小,單位是位元組。

memcached_next_upstream

語法:memcached_next_upstream [ error | timeout | invalid_response | not_found | off ]
預設值:error timeout
使用欄位:HTTP, server, location
指定在哪種錯誤狀態下請求將轉發到另外的負載均衡伺服器,僅當memcached_pass有兩個或兩個以上值的時候使用。

變數

$memcached_key

memcached key的值。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.