redis的MULTI與PIPELINE

1. 問題 redis的multi相信不少同窗用過,先看下面的代碼。php <?php $redis = new Redis(); $host = "10.136.30.144"; $port = "7777"; $redis->connect($host, $port); $multi = $redis->multi(); for ($i=0; $i<5; $i++){ $multi-
相關文章
相關標籤/搜索