Can you expand on what you mean when you say "reusing the same data path for Redis data files"? The reason I ask is "path" is a work usually used when talking about data stored on a filesystem. The free open-source Redis keeps its data in RAM, where a process can arrange its in-memory data in hierarchical structures, but they aren't often called "paths".
Or are you referring to the filesystem/disk location where Redis saves its data recovery snapshots?