One of my laravel projects uses redis, and the keys in it will be automatically cleared after a while. I asked Alibaba Cloud to check the logs and found that flushdb was executed. We didn't execute flushdb manually at all, so does laravel automatically clear the redis cache? Cleared the entire redis?
ringa_lee2017-05-16 13:16:46
Is it possible that the cache setting’s expiration date has expired? Then it was cleaned up.