tiny-rdm
tiny-rdm copied to clipboard
[BUG]没有调用解码器
Tiny RDM Version What version of Tiny RDM are you using? 1.22 OS Version Which OS and version you launch? (Mac/Windows/Linux) Mac Redis Version Which version of Redis are you using?
Describe the bug A clear and concise description of what the bug is. 在demo php解码器增加日志写入 但是没有写入任何数据 命令行测试无问题 Steps to Reproduce:
file_put_contents( 'php_decoder.log',$argv[1]);
应该跟加这句代码没有关系吧?你不加它能执行吗? 会不会php_decoder.log的根路径不是你找的地方,你写个绝对路径试下