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