multiple pages: add korean translation (#3548)

This commit is contained in:
lch7167
2019-11-13 06:17:52 +09:00
committed by Starbeamrainbowlabs
parent 5b34319212
commit a451d973e8
23 changed files with 536 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# beanstalkd
> 단순하고 일반적인 work-queue 서버.
> 자세한 정보:<https://beanstalkd.github.io/>.
- beanstalkd를 시작하고, 11300 포트로 듣기:
`beanstalkd`
- 사용자가 지정한 포트 및 주소에서 beanstalkd 듣기 시작:
`beanstalkd -l {{ip_address}} -p {{port_number}}`
- work queue를 디스크에 저장하고 유지:
`beanstalkd -b {{path/to/persistence_directory}}`
- 500밀리초마다 지속성있는 디렉토리에 동기화:
`beanstalkd -b {{path/to/persistence_directory}} -f {{500}}`