mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
In #9788, now we stores all persistent append-only files in a dedicated directory. The name of the directory is determined by the appenddirname configuration parameter in redis.conf. Now each node have a separate folder. Update create-cluster clean to clean this default directory.