install
Last updated
Was this helpful?
Last updated
Was this helpful?
또는
, 설치
arcus-memcached 설치
./configure
수행 시 다음과 같은 option을 사용할 수 있습니다.
--prefix=<arcus_install_path>
: arcus-memcached가 설치될 경로 지정. (default=/usr/local
)
--with-libevent=<arcus_install_path>
: libevent가 설치된 경로 지정 (default=<prefix>
또는 /usr/local
)
--enable-zk-integration
: zookeeper based clustering 사용
--enable-zk-reconfig
: zookeeper reconfig 기능 사용
--with-zookeeper=<arcus_install_path>
: arcus-zookeeper가 설치된 경로 지정 (default=<prefix>
또는 /usr/local
)
unit test
특정 테스트만 수행
동시성 관련 문제(used port 등)로 테스트 실패하는 경우