Redis isn't durable unless you drastically reduce the performance.
Filesystems are pretty much by definition durable.
Enabling the WAL doesn't make Redis slow. It's slower than the default, but it's still exceptionally fast.
> Filesystems are pretty much by definition durable.
Where do you think Redis persists its data to
Enabling the WAL doesn't make Redis slow. It's slower than the default, but it's still exceptionally fast.
> Filesystems are pretty much by definition durable.
Where do you think Redis persists its data to