Comment on zBase – A high-performance, elastic, distributed key-value storeComments−danmaz7412yAnybody cares to compare this to Redis?EDIT: To clarify, I know Redis, I'm interested in learning how this differs beyond its distributed nature.−hbbio12yRedis 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-specNote also that Redis Sentinel http://redis.io/topics/sentinel provides high availability.−danmaz7412yThanks hbbio - I was mostly interested in learning the differences from the point of view of zBase, as I'm a user of redis.−hbbio12ySorry not answering earlier. I don't know zBase neither, just Redis...−danmaz7412yNo problem hbbio - I appreciate :)
Comments
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.
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 :)