使用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: protocol error, got 'u' as reply type byte
centos7 workerman 目前最新版本