laravel 的redis 刪除問題

團隊遇到一個laravel的redis問題:登陸退出以後,laravel已沒有session,但redis在內存中還存在數據。php   在 vendor/laravel/framework/src/Illuminate/Cache/RedisStore.phplaravel 刪除的地方 加上了 $this->connection()->setex($this->prefix.$key, 1, '
相關文章
相關標籤/搜索