我正在使用php phenstalk,我想创建一个新的管,所以我写了下面的代码:
$this->pheanstalk = new Pheanstalk(127.0.0.1);
$this->pheanstalk->useTube('api')->put($json_info, 0,0,1); //json_info is data that i need to put in a tube as json encoded</pre>
但是当我运行以下命令检查管时:
$ telnet localhost 11300
list-tubes
这是我一直得到的:
OK 14
- default
为什么'api'管没有创建?在列表中看到'api'管有什么我应该做的吗?
答案 0 :(得分:-1)
使用手表功能
从工人一侧创建管子