安裝 shopwwi/laravel-cache 這個插件,使用redis 緩存
一兩分鐘沒操作時,會報錯:
use Shopwwi\LaravelCache\Cache;
.
.
.
public function remember(string $name, $value, $expire = null)
{
return Cache::remember($name, $expire, $value);
}
ErrorException: Redis::get(): Send of 60 bytes failed with errno=10054 遠(yuǎn)程主機(jī)強(qiáng)迫關(guān)閉了一個現(xiàn)有的連接。
環(huán)境:window10
php版本:8.0.2
redis版本:3.0.504
webman版本:v1.5.1