미디어위키 $wgMemCachedServers

Jmnote (토론 | 기여)님의 2016년 7월 10일 (일) 02:53 판

1 개요

미디어위키 $wgMemCachedServers
  • memcached 서버들을 등록하는 미디어위키 환경변수
  • 기본값: [ '127.0.0.1:11000' ]
PHP
Copy
$wgMemCachedServers = [
  "127.0.0.1:11000", # one gig on this box
  [ "192.168.0.1:11000", 2 ] # two gigs on the other box
];

2 같이 보기

3 참고 자료