問題描述 使用tp 安裝workerman在worker里面運行 單獨運行 while (true) 邏輯 Cache::get set 出現(xiàn)以下錯誤 在命令行直接運行 php 文件不會出現(xiàn) 在worker里面運行會出現(xiàn) 程序代碼 while (true) { sleep(1); Cache::get(); Cache::set(); } 報錯信息 RedisException: protoc...