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