redis lpush >10000 条数据
淡淡烟草味
淡淡烟草味 2017-04-27 09:03:01
0
2
667

如题:
没有batch操作吗?
自己封装接口, for循环?

淡淡烟草味
淡淡烟草味

reply all(2)
伊谢尔伦

redis pipeline

仅有的幸福
$pipe = $client->multi(Redis::PIPELINE);
        foreach($uids as $i){
            $pipe->rPush($key_uid, $i);
        }
        $pipe->exec();
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template