Valkey
Valkey is an open source, in memory datastore released under theBSD-3 Clause License. It is a continuation of the work that was being done on Redis 7.2.4.
- 🎙️ There are so many ways toconnect with us!
- ❔ Feel free to post onStack Overflow and tag with
[valkey]
Guidelines for contributing can be found in ourCONTRIBUTING.md files across the various repositories.
There is one thing that is often missed when contributing. A Developers Certificate of Origin (DCO) is needed onevery commit in a pull request (PR). This is done by adding-s
or--sign-off
when commiting like sogit commit -s
. This will add aSigned-off-by
line at the bottom and and thereby agrees to the DCO, which you can find below or atDeveloperCertificate.org. This is a way of certifiying all incoming contributions are correctly attributed and licensed.
PinnedLoading
Repositories
- valkey-glide Public
An open source Valkey client library that supports Valkey, and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
valkey-io/valkey-glide’s past year of commit activity - valkey-search Public
valkey-search is a C++ module which extends valkey with vector search and secondary indexing capabilities. It enables users to index and query data stored in Valkey using complex queries with filters while maintaining high performance and scalability.
valkey-io/valkey-search’s past year of commit activity - valkey-release-automation Public
valkey-io/valkey-release-automation’s past year of commit activity - valkey-json Public
ValkeyJSON is a C++ based Valkey-Module that provides native JSON (JavaScript Object Notation) support for Valkey.
valkey-io/valkey-json’s past year of commit activity - valkey-io.github.io Public
valkey-io/valkey-io.github.io’s past year of commit activity