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