Heim > Fragen und Antworten > Hauptteil
本地测试环境为:WIN7 64bit redis版本: 2.4.5 for 64bit
当我开启AOF后(设置appendonly yes),用客户端连接后,执行BGREWRITEAOF命令,会导致redis服务器进程报错,错误提示为:
Exiting on error writing to the append-only file: Bad file descriptor
何解?