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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Olric: Distributed, embeddable data structures in Go

113 点作者 mastabadtomm超过 2 年前

9 条评论

bpicolo超过 2 年前
I know Java and Erlang ecosystems have been big on this at times (Hazelcast, mnesia). When are these the appropriate architectural choice, if ever?<p>Definitely fun&#x2F;cool tech, I just don&#x27;t understand how pragmatic it is.
评论 #33763113 未加载
评论 #33763062 未加载
kevml超过 2 年前
&gt; Olric v0.4 and previous versions use Olric Binary Protocol, v0.5 uses Redis serialization protocol for communication and the API was significantly changed. Olric v0.4.x tree is going to receive bug fixes and security updates forever, but I would recommend considering an upgrade to the new version.<p>Seems like a tall order to promise updates “forever”, particularly for a v0 release.
评论 #33763073 未加载
undefuser超过 2 年前
While it sounds interesting, I&#x27;m not sure in which scenario do I pick this over Redis
评论 #33763827 未加载
lokar超过 2 年前
I don’t understand why anyone would pick the redis wire protocol.
评论 #33764169 未加载
jensneuse超过 2 年前
Congrats Burak on making it to the main page!
评论 #33765608 未加载
abusaidm超过 2 年前
I was excited to read its embeddable data structure then found it did Redis serialisation. I was hoping for something close to plasma store given that one isn’t getting much love these days. Would be great to get something that can save binary formats like arrow.
评论 #33765347 未加载
didip超过 2 年前
Relevant discussion when it comes to Redis compatible API: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31796311" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31796311</a>
alexk307超过 2 年前
I don’t understand why people need another abstraction layer on top of Redis? What can this do that Redis can’t?
评论 #33765187 未加载
评论 #33763665 未加载
ozirus超过 2 年前
olric. Great name :)