TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RedisRaft

144 pointsby anhldbkabout 2 years ago

12 comments

jwrabout 2 years ago
A gentle reminder that FoundationDB exists and has this nailed down really well. They are just bad at marketing, so it's not in fashion. But do check it out if you want a distributed database with strict serializable semantics, that works.
评论 #35851008 未加载
评论 #35849283 未加载
ruudaabout 2 years ago
I would love to see a Jepsen test of this when it&#x27;s ready. The Redis Cluster evaluation [1] was a great read.<p>[1]: <a href="https:&#x2F;&#x2F;aphyr.com&#x2F;posts&#x2F;283-jepsen-redis" rel="nofollow">https:&#x2F;&#x2F;aphyr.com&#x2F;posts&#x2F;283-jepsen-redis</a>
评论 #35851146 未加载
评论 #35848855 未加载
TheDongabout 2 years ago
Linking to the introduction bypasses the prominent note in the readme:<p>&gt; RedisRaft is still being developed and is not yet ready for any real production use. Please do not use it for any mission critical purpose at this time.
评论 #35848885 未加载
solaticabout 2 years ago
Why choose this over etcd? Especially if it&#x27;s a limitation &#x2F; non-goal to support all Redis commands, or to respond with Redis-like quick performance? Why not go with the battle-hardened (it&#x27;s the backing datastore in Kubernetes), proven option?
评论 #35848160 未加载
361994752about 2 years ago
I&#x27;ve been watching this project for a long time. It was supposed to be released with Redis 7[1]. But I guess this is not true anymore. And there is no public roadmap saying when it will be production ready.<p>[1] <a href="https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;redis-labs-unveils-redis-database-7-0&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zdnet.com&#x2F;article&#x2F;redis-labs-unveils-redis-datab...</a>
bullenabout 2 years ago
I made my own distributed JSON over HTTP database back in 2016.<p>It has been running in a intercontinental production environment with 100% read uptime since 2017.<p>It&#x27;s 2000 lines of code: <a href="http:&#x2F;&#x2F;root.rupy.se" rel="nofollow">http:&#x2F;&#x2F;root.rupy.se</a> (this test env. has 3 nodes: fem, six and sju)
评论 #35852216 未加载
评论 #35853190 未加载
remramabout 2 years ago
&gt; A cluster may lose up to (N&#x2F;2)-1 nodes<p>What a weird notation. When N=3, a cluster may lose up to 1 node, I don&#x27;t know how that matches this formula.
评论 #35871421 未加载
decide1000about 2 years ago
I am looking at KeyDB and consider to use it as replacement of Redis. Besides some speed improvements it has good looking replication and cluster solutions. <a href="https:&#x2F;&#x2F;docs.keydb.dev&#x2F;docs&#x2F;cluster-spec" rel="nofollow">https:&#x2F;&#x2F;docs.keydb.dev&#x2F;docs&#x2F;cluster-spec</a>
评论 #35848826 未加载
评论 #35849632 未加载
评论 #35851879 未加载
Cardinal7167about 2 years ago
But raft isn’t strongly consistent, it has known liveness issues.<p><a href="https:&#x2F;&#x2F;decentralizedthoughts.github.io&#x2F;2020-12-12-raft-liveness-full-omission&#x2F;" rel="nofollow">https:&#x2F;&#x2F;decentralizedthoughts.github.io&#x2F;2020-12-12-raft-live...</a>
评论 #35850423 未加载
评论 #35850048 未加载
评论 #35850644 未加载
评论 #35849674 未加载
mperhamabout 2 years ago
AWS’ new MemoryDB also seems to be a strongly consistent Redis cluster service. Anyone know how they compare?<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;memorydb&#x2F;features&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;memorydb&#x2F;features&#x2F;</a>
评论 #35847995 未加载
评论 #35848026 未加载
评论 #35847877 未加载
geenatabout 2 years ago
Game changer if you can turn raft checks on&#x2F;off on a per-query basis, like scylladb &#x2F; cassandra.
评论 #35853469 未加载
slondrabout 2 years ago
Does this have any benefit over Mnesia?