php redis詳細應用

經常使用代碼php [php]  view plain copy $redis = new Redis();   $redis->connect('127.0.0.1',6379);   $redis->set('test','123456');   echo $redis->get('test');   echo "</br>";   //生存時間,默認返回-1   echo $redis->t
相關文章
相關標籤/搜索