xieyongfa

Results 1 comments of xieyongfa

我也遇到过这个问题 经过调试发现问题出在vendor\topthink\framework\src\think\cache\driver\Redis.php. 不同进程用同一个hander就会出现, 所以临时修改增加 static protected array $instance = []; //redis实例化时静态变量,防止fork多进程后数据污染 ![微信截图_20241007115518](https://github.com/user-attachments/assets/9aba9141-a2d9-48b5-bad6-8d7464d8e5b1)