The documentation for BGREWRITEAOF states that BGREWRITEAOF always returns the string value OK.
Well, today I sent BGREWRITEAOF to my redis-server 2.6.7 and received (error) ERR in response.
maxmemory is 3G; appendonly is yes. The system has 4gb of RAM.
What happened?