Hacker News new | ask | show | jobs
by slow_donkey 2923 days ago
To be fair, using redis or elasticsearch as a main datastore is doable. Although I'm not sure they're much better choices in terms of understanding how they work.

You could summon Antirez I guess

1 comments

Doesn't redis by default have recovery via the filesystem enabled?
It does - BUT depending on how often you have it syncing changes to disk you can lose data.