$redis = new \Redis();
$redis->connect('127.0.0.1',6379);
$redis->set('test','hello redis');
echo $redis->get('test');
能舉例在電商網站中的具體應用場景嗎
- 2 回答
- 0 關注
- 1415 瀏覽
添加回答
舉報
0/150
提交
取消
舉報