aries185's comments

aries185 | 2 years ago | on: Please release nano under less restrictive license so we can use it

For clarification: MongoDB is still Free as in beer, but not free as in Libre. IOW, Anyone can use MongoDB without paying money, but they cannot offer it to others as-a-service without providing the entire stack of hosting software back to the community. And of course AWS won't do that. So therefore the license is not 'free' to AWS, Azure, GCP, etc.

aries185 | 5 years ago | on: Amazon: Not OK – Why we had to change Elastic licensing

While it is true that Salvatore retired last year, Redis is still FOSS under the BSD license, and it has a new governance team. Redis Labs is in the drivers seat with 3 of the 5 members, including 2 Project Leads. But there are members from Alibaba and AWS https://redis.io/topics/governance

If Redis Labs were to do something stupid with the Redis OSS license, Alibaba and AWS would fork it faster than you can HyperLogLog.

Too help clear up confusion between Redis & Redis Labs, you can read about the various licenses here: https://redislabs.com/legal/licenses/

aries185 | 7 years ago | on: Redis Turns 10 – How it started with a single post on Hacker News

When used as a cache, Redis is often used as a 'look aside cache' (vs 'look thru cache'). Generally speaking, Redis does not talk directly to your database. Instead, your code looks to Redis, and then if it doesn't find what it's looking for, your code looks to your SQL database
page 1