$pipe = $client->multi(Redis::PIPELINE); foreach($uids as $i){ $pipe->rPush($key_uid, $i); } $pipe->exec();
redis pipeline