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.
- 🎙️ There are so many ways to connect with us!
- ❔ Feel free to post on Stack Overflow and tag with
[valkey]
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.