I contributed a minor (but imho still neat :p) improvement to Redis under its original license, and personally moved to using redict when the unexpected license change to SSPL was announced - and I was feeling betrayed as a contributor to a properly-FOSS-codebase. (Had they switched to AGPL right away, I'd have been perfectly fine with that change from a moral perspective, ftr.) I have a great deal of respect for ant…
I contributed heavily to a project during its early days and spent almost 2.5 years helping it grow. For awhile i was one of the most active contributors. Then there was talk of turning the project into an actual business, and myself and a few of the original contributers were offered extremely poor paying jobs. That no one took. Then they got a CEO, investors and we were basically forced out of the project unless we…
Redis is open source again
551–560 of 815 posts
Re: Redis is open source again
#552Earlier quoted context omitted.
> Whats the point of open source if you can't fork or sell hosted clusters? The problem here is that Amazon is in a position where they can fork and sell it for a loss in order to crush the competition. That would be the point of antitrust, I guess? I mean if regulations were actually enforced.
This is not a suddenly emerging "gotcha". This risk has always existed. It existed when they chose to open source it in the first place. Time and time again we see the lesson being learned the hard way that "if your business value is your codebase, it's hard to build a business whilst literally giving it away".
Doesn't mean it was not a problem.
Re: Redis is open source again
#553Earlier quoted context omitted.
Take a look at Debian’s philosophy: https://www.debian.org/social_contract#guidelines This predates the OSI definition. The philosophy is about what empowers the user. Business models (or their challenges) have nothing to do with it. It just so happens that empowering the user also empowers competitors.
> It just so happens that empowering the user also empowers competitors. IMHO copyleft licences are better for the user and permissive licences are better for competitors. Still people keep going with permissive licences.
Re: Redis is open source again
#554From the CEO blog post - https://redis.io/blog/agplv3/ >This achieved our goal—AWS and Google now maintain their own fork Was this really the goal though? Forcing your biggest users to fork your software and maintain their own divergent version is not really good for anyone. Sure, Amazon and Google (or AWS and GCP - type confusion in the source material) now have to contribute some more engineering hours to the open…
Re: Redis is open source again
#555Earlier quoted context omitted.
I contributed heavily to a project during its early days and spent almost 2.5 years helping it grow. For awhile i was one of the most active contributors. Then there was talk of turning the project into an actual business, and myself and a few of the original contributers were offered extremely poor paying jobs. That no one took. Then they got a CEO, investors and we were basically forced out of the project unless we…
If you're the most active contributor, you could've just forked it yourself, launched it as a SaaS, and been the CEO.
Re: Redis is open source again
#556From the CEO blog post - https://redis.io/blog/agplv3/ >This achieved our goal—AWS and Google now maintain their own fork Was this really the goal though? Forcing your biggest users to fork your software and maintain their own divergent version is not really good for anyone. Sure, Amazon and Google (or AWS and GCP - type confusion in the source material) now have to contribute some more engineering hours to the open…
Isn't it though? They weren't contributing before and they weren't paying Redis corp before, now they are at least contributing to a fork (and still not paying Redis corp). Presumably some of the things being worked on in Valkey, etc can be upstreamed back to Redis in some form (not entirely straightforward since it is a hard fork with a diff license, but concepts can be borrowed back too). e.g. apparently Valkey has…
Re: Redis is open source again
#557Earlier quoted context omitted.
This is not a suddenly emerging "gotcha". This risk has always existed. It existed when they chose to open source it in the first place. Time and time again we see the lesson being learned the hard way that "if your business value is your codebase, it's hard to build a business whilst literally giving it away".
> "if your business value is your codebase, it's hard to build a business whilst literally giving it away". perhaps then it comes as no surprise that some very outspoken open-source proponents do not open-source their core business components. I can understand they do it in order to exist as a company, as busineses, but I don't understand why they have to endure being shamed for staying closed-source, while all their…
I mostly see it as a problem for copyleft licences. Permissive don't protect the users in the first place, so...
Re: Redis is open source again
#558Earlier quoted context omitted.
> It just so happens that empowering the user also empowers competitors. IMHO copyleft licences are better for the user and permissive licences are better for competitors. Still people keep going with permissive licences.
Ehhh, Amazon offers a hosted Grafana service, which is AGPL. I'm not so sure that.
Re: Redis is open source again
#559Our company made the switch over to Valkey, and we've invested hundreds of engineering hours into it already. I don't see us switching back at this point especially when it's clear Redis could easily pull the bait-and-switch again.
Re: Redis is open source again
#560Earlier quoted context omitted.
Ehhh, Amazon offers a hosted Grafana service, which is AGPL. I'm not so sure that.
Which means that they have to share their changes to Grafana, doesn't it?