TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

RedisRaft

144 点作者 anhldbk大约 2 年前

12 条评论

jwr大约 2 年前
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 未加载
ruuda大约 2 年前
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 未加载
TheDong大约 2 年前
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 未加载
solatic大约 2 年前
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 未加载
361994752大约 2 年前
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>
bullen大约 2 年前
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 未加载
remram大约 2 年前
&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 未加载
decide1000大约 2 年前
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 未加载
Cardinal7167大约 2 年前
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 未加载
mperham大约 2 年前
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 未加载
geenat大约 2 年前
Game changer if you can turn raft checks on&#x2F;off on a per-query basis, like scylladb &#x2F; cassandra.
评论 #35853469 未加载
slondr大约 2 年前
Does this have any benefit over Mnesia?