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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Redis users considering alternatives after licensing move

42 点作者 ohjeez9 个月前

10 条评论

alanfranz9 个月前
Valkey is just the way to go. No real reasons to stay with Redis. Valkey is supported by multiple industry players and by the Linux Foundation.
评论 #41612596 未加载
评论 #41612144 未加载
linotype9 个月前
They had Elastic as an example to work off of (and how badly that was received). They did it anyway. No sympathy.
评论 #41612253 未加载
redbell9 个月前
&gt; Redis CEO Rowan Trollope defended his company&#x27;s move away from the more permissive interpretation of open source. He said the decision was designed to <i>prevent AWS and Google from charging for Redis</i> in their database services without paying for it.<p>This seems to be a similar reason why Elastic Search moved from open source.<p>From the founder&#x2F;CTO of Elastic:<p>I never stopped believing in Open Source. I’m going on 25 years and counting as a true believer. So why the change 3 years ago? <i>We had issues with AWS and the market confusion their offering was causing</i>. So after trying all the other options we could think of, we changed the license.<p>But who knows what the future holds? Maybe the Redis team will change their mind and revert back the decision like Elastic Search did a few weeks ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41394797">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41394797</a>
SmellTheGlove9 个月前
I guess I don&#x27;t really understand the blowback when a project tries to monetize, but not when AWS takes your free shit and monetizes it for themselves.
评论 #41612282 未加载
评论 #41612194 未加载
评论 #41612061 未加载
评论 #41612065 未加载
评论 #41612075 未加载
评论 #41612606 未加载
devsda9 个月前
The article suggests valkey as an alternative with nice features in recent versions.<p>If redis finds a way to integrate these features from these other fork(s) back into its own product, adds additional &quot;enterprise&quot; feature set on top and sell it, I wonder how it will be received by the OSS community.<p>Are there any products that are importing features from their more permissive competitive forks ?
burcs9 个月前
I was recently looking at keydb due to the licensing move and well I also liked the fact that the data can be encrypted at rest, but it looks like there hasn&#x27;t been any activity on the repo in 5 months, anyone familiar with it or have good alternatives there?
评论 #41612165 未加载
bakugo9 个月前
I&#x27;m still a bit out of the loop here. How exactly does the Redis license change affect me anyway, as an end user who just runs Redis binaries and does not use or sell any managed redis service?
评论 #41612150 未加载
评论 #41612316 未加载
ChrisArchitect9 个月前
Discussion from March:<p><i>Redis adopts dual source-available licensing</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39772562">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39772562</a>
s0ss9 个月前
Does this move ever go well?
评论 #41612210 未加载
评论 #41612197 未加载
评论 #41612051 未加载
takeda9 个月前
Can redis essentially be replaced with postgresql with unlogged tables or memcached (if you really wanted pure caching)?