Skip to content

Comment on Scaling SQL with Redisparent

Comments

Redis is durable with its bin logs, but if you're pushing many "jobs" through Redis, you will end up wanting to turn off bin logging because of the lag it introduces.

Durable to me means the chance of losing state on unexpected shutdown is ruled out. It's not the case for Redis.

In the ACID sense, no it doesn't have write ahead logging or recovery. But it's good enough for government work.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.