标签:
安装:
You need to have the EPEL repo (http://www.servermom.org/2-cents-tip-how-to-enable-epel-repo-on-centos-6-and-5/894/)
yum install beanstalkd
chkconfig beanstalkd on
service beanstalkd start
service beanstalkd status
by default beanstalkd is open for all IPs on the server on port 11300. edit config file at nano /etc/sysconfig/beanstalkd to restrict
fin!
使用:
http://kr.github.io/beanstalkd/ 看官网
标签:
原文地址:http://my.oschina.net/ifeixiang/blog/505895