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.

Redict 7.3.0, a copyleft fork of Redis, is now available

199 pointsby drewdevaultabout 1 year ago

16 comments

crabmusketabout 1 year ago
Everyone&#x27;s discussing the license and the hosting, but I think this is the truly interesting differentiator:<p>&gt; In technical terms, we are focusing on stability and long-term maintenance, and on achieving excellence within our current scope. We believe that Redict is near feature-complete and that it is more valuable to our users if we take a conservative stance to innovation and focus on long-term reliability instead. This is in part a choice we’ve made to distinguish ourselves from Valkey, whose commercial interests are able to invest more resources into developing more radical innovations, but also an acknowledgement of a cultural difference between our projects, in that the folks behind Redict place greater emphasis on software with a finite scope and ambitions towards long-term stability rather than focusing on long-term growth in scope and complexity.<p>It&#x27;ll be interesting to see what Valkey&#x27;s future is with the maintainers having some lofty goals, and expressing frustration that they weren&#x27;t able to move fast enough or be innovative enough under Redis. As a small-time user of Redis I kind of like the idea that I could just have what I&#x27;ve got now, but with a promise that someone&#x27;s looking after it. I don&#x27;t feel the need for millions of transactions per second, a timeseries database, etc.
评论 #39919238 未加载
8organicbitsabout 1 year ago
Being copyleft, Redict can merge any contributions to Valkey. However, Valkey cannot merge any of the Redict commits (unless the contributor actively dual licenses them).<p>Being non-open source Redis can merge any contributions made to Valkey but not from Redict. So if you don&#x27;t want your code to end up in Redis, contribute to Redict.<p>Interestingly, there have only been two commits from a single developer to the Redis repo in the last two weeks since the license change. A huge decrease.
评论 #39919337 未加载
deweyabout 1 year ago
Time will tell if the version on Codeberg (<a href="https:&#x2F;&#x2F;codeberg.org&#x2F;redict&#x2F;redict" rel="nofollow">https:&#x2F;&#x2F;codeberg.org&#x2F;redict&#x2F;redict</a>) can compete with the fork on Github (<a href="https:&#x2F;&#x2F;github.com&#x2F;valkey-io&#x2F;valkey">https:&#x2F;&#x2F;github.com&#x2F;valkey-io&#x2F;valkey</a>) in terms of visibility and contributions.
评论 #39915751 未加载
pietroppeterabout 1 year ago
I think what are seeing here is the true power of an open license. There are now two forks with different approaches and two dedicated and competent teams and we will see not only who wins, but if any or both win (for some definition of win).
评论 #39917383 未加载
zwapsabout 1 year ago
If you have a commercial use-case, there is also a non copyleft fork available here<p><a href="https:&#x2F;&#x2F;www.linuxfoundation.org&#x2F;press&#x2F;linux-foundation-launches-open-source-valkey-community" rel="nofollow">https:&#x2F;&#x2F;www.linuxfoundation.org&#x2F;press&#x2F;linux-foundation-launc...</a>
评论 #39915669 未加载
评论 #39915796 未加载
yurytomabout 1 year ago
What about Valkey? We have 2 big forks now
评论 #39915885 未加载
评论 #39915977 未加载
评论 #39915798 未加载
评论 #39918489 未加载
gigatexalabout 1 year ago
Just to be 100% I can still use Redis for free in my projects in production so long as I don’t sell a hosted version of it right given this new Redis license?
评论 #39917347 未加载
评论 #39917626 未加载
评论 #39917476 未加载
caymanjimabout 1 year ago
What&#x27;s the track record of other projects that have gone too commercial and had their code forked like this? The only other example I can think of offhand is MySQL and MariaDB. I don&#x27;t know what the market share of either is now. Do people still use MySQL? Does it generate profit for Oracle?<p>I think Redis Ltd. is vastly overestimating the value of their product. Redis is incredibly popular, but the vast majority of users are just looking for a simple in-memory key-value store for lightweight database use cases, caching, etc. I&#x27;ve used it in some way in just about all my projects for the past ~15 years.<p>The thing is, I don&#x27;t care that it&#x27;s Redis. I don&#x27;t care about most of its features. I could have subbed in memcached or any number of other solutions. It would have been trivial and had no impact on my system.<p>I have no doubt that there are some power users who need advanced features of Redis, but I also have no doubt that Redict will be better, and that there will be companies who provide commercial support for it.<p>I&#x27;m just going to use Amazon ElastiCache for big projects, and continue not caring at all about what it is behind the scenes. And I&#x27;ll s&#x2F;redis&#x2F;redict in my docker-compose.yml for small&#x2F;personal projects, and that&#x27;ll be the end of it.<p>I can&#x27;t imagine a scenario where Redis Ltd. is relevant or profitable 10 years from now. Oracle can afford to lose money on MySQL forever, and treat it as a loss-leader for acquiring new Oracle DB customers or at least new MySQL service contracts. Redis Ltd. has one product and few people need support for it or care much about it vs. alternatives.<p>Edit: Or Valkey instead of Redict; either way, which exemplifies the degree to which I don&#x27;t care.
评论 #39917885 未加载
评论 #39919136 未加载
kerkeslagerabout 1 year ago
This is all fine and good, but the big question for me personally is when we can expect to see cloud providers (DigitalOcean and AWS are the ones I&#x27;m using) provide hosted versions of Redict OR Valkey with some sort of upgrade path from Redis. I&#x27;m a good full-stack developer and a mediocre server administrator, so self-managing hosting is usually not something I&#x27;d prefer to do.
评论 #39917751 未加载
rmbyrroabout 1 year ago
I respect their choice of license. Totally agree they shouldn&#x27;t let Redi$ take their work after what Redi$ have done. But still let any kind of project use it, including cloud vendors. Downside is that Valkey won&#x27;t be able to use Redict code, though.
qwertoxabout 1 year ago
I mostly use Redis in combination with RedisJSON, and RedisInsight is a nice way to check what data is stored. I&#x27;m only using it for a handful of small documents which mirror the state of some devices.<p>These options (Redict, Valkey) don&#x27;t seem to support JSON as a data type, so I&#x27;d like to know if there is some server specifically made for dealing with JSON documents. Something like a very lightweight MongoDB server which can be managed via a browser and where the data can be inserted&#x2F;updated&#x2F;removed via HTTP calls.
评论 #39915961 未加载
评论 #39915954 未加载
sgerenserabout 1 year ago
Hopefully they don’t get legal pressure from Redis Labs over name similarity. Didn’t OpenTF have to change to OpenTofu for that reason?
评论 #39917057 未加载
gaddersabout 1 year ago
I don&#x27;t get the point of this - people are upset that Redis is trying to make money from companies like AWS and Google?
评论 #39915728 未加载
评论 #39915700 未加载
评论 #39915741 未加载
评论 #39915774 未加载
评论 #39915733 未加载
sitkackabout 1 year ago
I don&#x27;t see much info on the governance of the project.<p>What is the stance on incorporating Rust into the codebase?
评论 #39917950 未加载
endisneighabout 1 year ago
I read the post and it’s not clear why it’s not MIT licensed. Why not allow attempts to “create proprietary distributions?” That’s what open source would allow, no?<p>I honestly do not see this as being different than Redis. Do BSD or MIT and be done with it.<p>It seems needlessly ideological. Everyone wants to call their stuff open source but have strings attached.
评论 #39916702 未加载
评论 #39916455 未加载
评论 #39916718 未加载
评论 #39916858 未加载
treprinumabout 1 year ago
Why would any startup ever get idealistic again and release their product under open license when big boys can just fork it and destroy their business? I think the dual AGPL&#x2F;commerical licensing will be the choice of anyone with still some idealism left.
评论 #39916191 未加载
评论 #39917213 未加载
评论 #39916378 未加载
评论 #39917167 未加载
评论 #39916257 未加载
评论 #39916198 未加载
评论 #39916640 未加载