CINXE.COM
Valkey
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ROBOTS" content="ALL" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="Copyright" content="" /> <meta name="keywords" content="open-source, valkey" /> <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png"> <link rel="manifest" href="/img/favicon/site.webmanifest"> <link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/img/favicon/favicon.ico"> <meta name="msapplication-TileColor" content="#2d89ef"> <meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png"> <meta name="msapplication-config" content="/img/favicon/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <title>Valkey</title> <link rel="stylesheet" href="/css/styles.css"> <link rel="alternate" type="application/atom+xml" title="Atom feed" href="https://valkey.io/atom.xml" /> <!-- Fathom - beautiful, simple website analytics --> <script src="https://cdn.usefathom.com/script.js" data-site="FRZJYDAH" defer></script> <!-- / Fathom --> </head> <body class="homepage" ><div class="header"> <div class="width-limiter"> <a href="/" class="logo"> <img src="/img/Valkey-logo.svg" alt="Valkey Logo" width="60" height="60"/> <span>Valkey</span> </a> <nav role="navigation" aria-label="Main"> <a role="menuitem" href="/download/">Download</a> <div class="has-submenu"> <a role="menuitem" href="/docs/">Documentation</a> <div class="submenu"> <a role="menuitem" href="/commands/">Command Reference</a> <a role="menuitem" href="/topics/">Documentation by Topic</a> <a role="menuitem" href="/clients/">Client Libraries</a> </div> </div> <a role="menuitem" href="/blog/">Blog</a> <div class="has-submenu"> <span>Community</span> <div class="submenu"> <a role="menuitem" href="/blog/">Blog</a> <a role="menuitem" href="https://github.com/orgs/valkey-io/discussions">Forum</a> <a role="menuitem" href="/participants/">Participants</a> </div> </div> </nav> </div> </div> <div class="body"> <div class="width-limiter"> <main class="container right-aside"> <div class="section headline"> <h1>Valkey: an open source, in-memory data store</h1> </div> <hr /> <div class="section"> <p>Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as <strong>caching</strong>, <strong>message queues</strong>, and can act as a <strong>primary database</strong>. Valkey can run as either a <strong>standalone</strong> daemon or in a <strong>cluster</strong>, with options for <strong>replication</strong> and <strong>high availability</strong>.</p> <p>Valkey natively supports a rich collection of datatypes, including <strong>strings</strong>, <strong>numbers</strong>, <strong>hashes</strong>, <strong>lists</strong>, <strong>sets</strong>, <strong>sorted sets</strong>, <strong>bitmaps</strong>, <strong>hyperloglogs</strong> and more. You can operate on data structures in-place with an expressive collection of commands. Valkey also supports native extensibility with built-in scripting support for <strong>Lua</strong> and supports <strong>module</strong> plugins to create new commands, data types, and more.</p> <hr /> <p><strong>Get Started</strong>: Join the vibrant Valkey community and check out the code on <a href="https://github.com/valkey-io/valkey">GitHub</a>.</p> </div> </main> <aside> <div role="complementary"> <a href="/download/" class="cta"> Get Valkey </a> <a href="/docs/" class="link-readmore">Read the docs</a> <div class="featured-repos"> <h3>Featured repositories</h3> <div class="sidebar-repo"> <h4><a href="https://github.com/valkey-io/valkey" target="_blank">Valkey</a></h4> <p>The source of the Valkey server, CLI, and tools</p> <h4><a href="https://github.com/valkey-io/valkey-container" target="_blank">Valkey Container</a></h4> <p>The source for the Valkey container</p> </div> <a href="https://github.com/valkey-io" class="link-readmore" target="_blank">All repos in the Valkey GitHub organization</a> </div> <div class="whats-new"> <h3>What's new?</h3> <h4><a href="https://valkey.io/blog/valkey-8-1-0-ga/">Valkey 8.1: Continuing to Deliver Enhanced Performance and Reliability</a></h4> <p>Valkey 8.1 is now generally available! Come learn about the exciting improvements in performance, reliability, and observability that are available in this new version.</p> <h4><a href="https://valkey.io/blog/new-hash-table/">A new hash table</a></h4> <p>Designing a state-of-the art hash table</p> </div> </div> <h3>Founding documents</h3> <ul class="list-links-small"> <li><a href="https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community">Linux Foundation Launches Open Source Valkey Community</a></li> </ul> </aside> </div> </div> <div class="footer"> <div class="width-limiter"> <div class="links"> <nav role="navigation" aria-label="Get Involved"> <h4>Get Involved</h4> <a role="menuitem" href="/code_of_conduct.html">Code of Conduct</a> <a role="menuitem" href="https://github.com/orgs/valkey-io/discussions">Forum</a> <a role="menuitem" href="https://github.com/valkey-io">GitHub</a> </nav> <nav role="navigation" aria-label="Resources"> <h4>Resources</h4> <a role="menuitem" href="/about">About</a> </nav> <nav role="navigation" aria-label="Contact Us"> <h4>Contact</h4> <a role="menuitem" href="/connect.html">Connect</a> </nav> </div> <p>© Valkey contributors, 2024.</p> <p>Valkey and the Valkey logo are trademarks of LF Projects, LLC.</p> <p> <a href="https://lfprojects.org/policies/trademark-policy/">Trademark Policy</a>. <a href="https://lfprojects.org/policies/privacy-policy/">Privacy Policy</a>. <a href="https://lfprojects.org/policies/terms-of-use/">Terms of Use</a>. For other policies, please see <a href="https://lfprojects.org/">lfprojects.org</a>. </p> <p>Valkey includes certain 3-Clause BSD-licensed Redis code from Redis Ltd. and other source code. Redis Ltd. is not the source of that other source code. Redis is a registered trademark of Redis Ltd.</p> <p> Logo design by <a href="https://github.com/dizys" target="_blank">Ziyang.</a> </p> </div> </div> </body> </html>