소스 검색

Fixed #20938 -- Added cached sessions note to deployment checklist.

Thanks mjtamlyn for the suggestion.
Tim Graham 11 년 전
부모
커밋
4e784f337c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/howto/deployment/checklist.txt

+ 3 - 0
docs/howto/deployment/checklist.txt

@@ -87,6 +87,9 @@ and in production.
 Cache servers often have weak authentication. Make sure they only accept
 connections from your application servers.
 
+If you're using Memcached, consider using :ref:`cached sessions
+<cached-sessions-backend>` to improve performance.
+
 :setting:`DATABASES`
 --------------------