コード例 #1
0
ファイル: Redis.php プロジェクト: joewang1212/mychat
 public function pop($queue)
 {
     return $this->redis->lPop($queue);
 }