Home Technology peripherals It Industry Redis changes to the open source protocol caused controversy, and the Linux Foundation announced the creation of the Valkey branch to 'go it alone'

Redis changes to the open source protocol caused controversy, and the Linux Foundation announced the creation of the Valkey branch to 'go it alone'

Mar 30, 2024 am 11:06 AM
linux redis cache database valkey

According to news from this site on March 29, Redis, as a commonly used cache database for development projects, announced a change in the open source protocol on March 21. It will no longer use the BSD 3-Clause protocol , and all future versions will Use source-available licenses.

Redis 更改开源协议引争议,Linux 基金会宣布创建 Valkey 分支“单干”

Officially, Starting from Redis 7.4 version, Redis will be dual licensed for SSPLv1 and RSALv2. Redis source code will be made available free to developers, customers, and partners through Redis Community Edition.

Under the new license agreement, Cloud service providers that host Redis products will no longer be allowed to use the Redis source code for free . For example, cloud service providers can only offer Redis 7.4 after agreeing to license terms with Redis (the maintainer of the Redis code).

Redis officially stated that there will be no changes in the developer community, and they will continue to enjoy the relaxed license under dual licensing. At the same time, all Redis client libraries that Redis is responsible for will remain open source licensed.

However, Organizations that provide competing products to Redis will no longer be allowed to use new versions of the Redis source code for free under either dual license. A “competitive product” is a product sold to a third party, including through paid support, that is derived from the Redis code base and has significant functional overlap with the Redis commercial product.

This site noticed that the Redis official also admitted on the Q&A page that the new version of the protocol does not comply with the open source concept defined by OSI, so the official calls these products "community edition" instead of the previous one. That "open source" version.

Redis 更改开源协议引争议,Linux 基金会宣布创建 Valkey 分支“单干”

After this protocol change, the Linux Foundation announced on March 28 the establishment of an open source branch of Redis named "Valkey" , and said that this is an open source alternative to Redis data storage in response to the recently announced license changes of Redis.

Valkey will continue to be developed on Redis 7.2.4 (no license changes for this release) and will keep the project available for use and distribution under the open source Berkeley Software BSD 3 license.

Redis 更改开源协议引争议,Linux 基金会宣布创建 Valkey 分支“单干”

According to reports, Valkey will support Linux, macOS, OpenBSD, NetBSD and FreeBSD platforms. Additionally, the community will continue to work on its existing roadmap, including new features such as more reliable slot migration, scalability and stability improvements for clustered systems, multi-threaded performance improvements, triggers, new commands, vector search support wait.

Former Redis maintainer, Valkey co-founder and Amazon AWS principal engineer Madelyn Olson said: "I have worked on open source Redis for six years, four of which were one of the core team members to promote Redis open source to 7.2. I care deeply about open source software and want to continue contributing. By founding Valkey, contributors can pick up where we left off and contribute to the vibrant open source community."

At the Linux Foundation, Valkey An open governance model will be followed, remaining community driven and welcoming to all users and contributors. The project has formed a technical leadership committee made up of several former Redis contributors, and hundreds of community members have expressed a desire to support Valkey. To learn more about Valkey, you can visit the project on GitHub.

The above is the detailed content of Redis changes to the open source protocol caused controversy, and the Linux Foundation announced the creation of the Valkey branch to 'go it alone'. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1666
14
PHP Tutorial
1273
29
C# Tutorial
1253
24
Linux Architecture: Unveiling the 5 Basic Components Linux Architecture: Unveiling the 5 Basic Components Apr 20, 2025 am 12:04 AM

The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

How to check the warehouse address of git How to check the warehouse address of git Apr 17, 2025 pm 01:54 PM

To view the Git repository address, perform the following steps: 1. Open the command line and navigate to the repository directory; 2. Run the "git remote -v" command; 3. View the repository name in the output and its corresponding address.

How to use the Redis cache solution to efficiently realize the requirements of product ranking list? How to use the Redis cache solution to efficiently realize the requirements of product ranking list? Apr 19, 2025 pm 11:36 PM

How does the Redis caching solution realize the requirements of product ranking list? During the development process, we often need to deal with the requirements of rankings, such as displaying a...

Laravel8 optimization points Laravel8 optimization points Apr 18, 2025 pm 12:24 PM

Laravel 8 provides the following options for performance optimization: Cache configuration: Use Redis to cache drivers, cache facades, cache views, and page snippets. Database optimization: establish indexing, use query scope, and use Eloquent relationships. JavaScript and CSS optimization: Use version control, merge and shrink assets, use CDN. Code optimization: Use Composer installation package, use Laravel helper functions, and follow PSR standards. Monitoring and analysis: Use Laravel Scout, use Telescope, monitor application metrics.

laravel installation code laravel installation code Apr 18, 2025 pm 12:30 PM

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Redis's Role: Exploring the Data Storage and Management Capabilities Redis's Role: Exploring the Data Storage and Management Capabilities Apr 22, 2025 am 12:10 AM

Redis plays a key role in data storage and management, and has become the core of modern applications through its multiple data structures and persistence mechanisms. 1) Redis supports data structures such as strings, lists, collections, ordered collections and hash tables, and is suitable for cache and complex business logic. 2) Through two persistence methods, RDB and AOF, Redis ensures reliable storage and rapid recovery of data.

What should I do if the Redis cache of OAuth2Authorization object fails in Spring Boot? What should I do if the Redis cache of OAuth2Authorization object fails in Spring Boot? Apr 19, 2025 pm 08:03 PM

In SpringBoot, use Redis to cache OAuth2Authorization object. In SpringBoot application, use SpringSecurityOAuth2AuthorizationServer...

How to set important Git configuration global properties How to set important Git configuration global properties Apr 17, 2025 pm 12:21 PM

There are many ways to customize a development environment, but the global Git configuration file is one that is most likely to be used for custom settings such as usernames, emails, preferred text editors, and remote branches. Here are the key things you need to know about global Git configuration files.

See all articles