Hacker News new | ask | show | jobs
by danmaz74 4650 days ago
Anybody cares to compare this to Redis?

EDIT: To clarify, I know Redis, I'm interested in learning how this differs beyond its distributed nature.

1 comments

Redis clustering and elasticity is still a work in progress. That said, when sharded or for single nodes, Redis is an outstanding tool, and their roadmap to distribution is very promising: http://redis.io/topics/cluster-spec

Note also that Redis Sentinel http://redis.io/topics/sentinel provides high availability.

Thanks hbbio - I was mostly interested in learning the differences from the point of view of zBase, as I'm a user of redis.
Sorry not answering earlier. I don't know zBase neither, just Redis...
No problem hbbio - I appreciate :)