redis 使用管道pipeline和不使用管道的性能對比

predis3.php代碼以下所示:php <?php  include('runtime.php'); try{ $redis = new Redis(); $redis->connect('127.0.0.1', 6379);redis $runtime= new runtime; $runtime->start(); $redis->pipeline(); for ($i=0; $i < 1
相關文章
相關標籤/搜索