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
相关文章
相关标签/搜索