$redis = new \Redis(); $redis->connect('127.0.0.1',6379); $redis->set('test','hello redis'); echo $redis->get('test'); 能舉例在電商網站中的具體應用場景嗎 查看完整描述