Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.13 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.13 KB

Valkey is an open source, in memory datastore released under the BSD-3 Clause License. It is a continuation of the work that was being done on Redis 7.2.4.

Community 🎉

Contributing

Guidelines for contributing can be found in our CONTRIBUTING.md files across the various repositories.

There is one thing that is often missed when contributing. A Developers Certificate of Origin (DCO) is needed on every commit in a pull request (PR). This is done by adding -s or --sign-off when commiting like so git commit -s. This will add a Signed-off-by line at the bottom and and thereby agrees to the DCO, which you can find below or at DeveloperCertificate.org. This is a way of certifiying all incoming contributions are correctly attributed and licensed.