CINXE.COM
Valkey · List of blog posts
<!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 · List of blog posts</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 ><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"> <h1 class="page-title">List of blog posts</h1> <div class="width-limiter"> <main class="container"> <ul class="bloglist"> <li> <h2><a href="https://valkey.io/blog/introducing-bloom-filters/">Introducing Bloom Filters for Valkey</a></h2> <div class="meta">Wednesday April 9, 2025</div> <p>Learn how to use bloom filters to perform large-scale membership testing with significant memory savings.</p> <a class="link-readmore" href="https://valkey.io/blog/introducing-bloom-filters/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/valkey-8-1-0-ga/">Valkey 8.1: Continuing to Deliver Enhanced Performance and Reliability</a></h2> <div class="meta">Wednesday April 2, 2025</div> <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> <a class="link-readmore" href="https://valkey.io/blog/valkey-8-1-0-ga/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/new-hash-table/">A new hash table</a></h2> <div class="meta">Friday March 28, 2025</div> <p>Designing a state-of-the art hash table</p> <a class="link-readmore" href="https://valkey.io/blog/new-hash-table/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/2025-03-4-go-client-in-public-preview/">Introducing the Valkey Glide Go Client: Now in Public Preview!</a></h2> <div class="meta">Tuesday March 4, 2025</div> <p>Valkey Glide now supports GO. Read to learn more about the new client designed for performance and developer productivity</p> <a class="link-readmore" href="https://valkey.io/blog/2025-03-4-go-client-in-public-preview/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/az-affinity-strategy/">Reducing application latency and lowering Cloud bill by setting up your client library</a></h2> <div class="meta">Wednesday January 8, 2025</div> <p>By implementing AZ affinity routing in Valkey and using GLIDE, you can achieve lower latency and cost savings by routing requests to replicas in the same AZ as the client.</p> <a class="link-readmore" href="https://valkey.io/blog/az-affinity-strategy/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/2024-year-of-valkey/">2024: The Year of Valkey</a></h2> <div class="meta">Friday December 20, 2024</div> <p>The end of the calendar year is a great time to reflect, but for Valkey this particular year-end holds special meaning.</p> <a class="link-readmore" href="https://valkey.io/blog/2024-year-of-valkey/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/testing-the-limits/">Pushing the limits of Valkey on a Raspberry Pi</a></h2> <div class="meta">Thursday November 21, 2024</div> <p>While most people won't go to production on a Raspberry Pi, we'll cover how to thoroughly performance test Valkey to understand how it works in production.</p> <a class="link-readmore" href="https://valkey.io/blog/testing-the-limits/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/valkey-8-ga/">Generally Available: Valkey 8.0.0</a></h2> <div class="meta">Monday September 16, 2024</div> <p>Today marks a milestone for the Valkey project: the first major release.</p> <a class="link-readmore" href="https://valkey.io/blog/valkey-8-ga/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/unlock-one-million-rps-part2/">Unlock 1 Million RPS: Experience Triple the Speed with Valkey - part 2</a></h2> <div class="meta">Friday September 13, 2024</div> <p>Maximize the performance of your hardware with memory access amortization</p> <a class="link-readmore" href="https://valkey.io/blog/unlock-one-million-rps-part2/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/valkey-memory-efficiency-8-0/">Storing more with less: Memory Efficiency in Valkey 8</a></h2> <div class="meta">Wednesday September 4, 2024</div> <p>Learn about the new memory efficiency improvements in Valkey 8 which reduces memory overhead, which allows more data to be stored in the same amount of memory.</p> <a class="link-readmore" href="https://valkey.io/blog/valkey-memory-efficiency-8-0/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/unlock-one-million-rps/">Unlock 1 Million RPS: Experience Triple the Speed with Valkey</a></h2> <div class="meta">Monday August 5, 2024</div> <p>Learn about the new performnace improvements in Valkey 8 which reduces cost, improves latency and makes our environment greener.</p> <a class="link-readmore" href="https://valkey.io/blog/unlock-one-million-rps/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/valkey-8-0-0-rc1/">Valkey 8.0: Delivering Enhanced Performance and Reliability</a></h2> <div class="meta">Friday August 2, 2024</div> <p>The first release candidate of Valkey 8.0 is now available! Come learn about the exciting improvements in performance, reliability, and observability that are available in this new version.</p> <a class="link-readmore" href="https://valkey.io/blog/valkey-8-0-0-rc1/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/using-bitnami-valkey-chart/">Using Bitnami's Valkey chart</a></h2> <div class="meta">Tuesday July 9, 2024</div> <p>An introductory example using Bitnami's Valkey chart</p> <a class="link-readmore" href="https://valkey.io/blog/using-bitnami-valkey-chart/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/whats-new-june-2024/">What's new in Valkey for June 2024</a></h2> <div class="meta">Thursday June 27, 2024</div> <p>What have people been saying about Valkey in June 2024? Read on to find out.</p> <a class="link-readmore" href="https://valkey.io/blog/whats-new-june-2024/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/may-roundup/">What's new in Valkey for May 2024</a></h2> <div class="meta">Friday May 24, 2024</div> <p>It's become clear that people want to talk about Valkey and have been publishing blog posts/articles fervently. Here you'll find a collection of all the post I'm aware of in the last few weeks.</p> <a class="link-readmore" href="https://valkey.io/blog/may-roundup/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/modules-101/">Valkey Modules 101</a></h2> <div class="meta">Wednesday May 1, 2024</div> <p>The idea of modules is to allow adding extra features (such as new commands and data types) to Valkey without making changes to the core code.</p> <a class="link-readmore" href="https://valkey.io/blog/modules-101/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/valkey-7-2-5-out/">Valkey 7.2.5 GA is out!</a></h2> <div class="meta">Tuesday April 16, 2024</div> <p>Exciting times!I'm pleased to announce that you can start using the first generally available, stable Valkey release today.</p> <a class="link-readmore" href="https://valkey.io/blog/valkey-7-2-5-out/">Read More</a> </li> <li> <h2><a href="https://valkey.io/blog/hello-world/">SET first-blog-post "Hello, world"</a></h2> <div class="meta">Thursday April 11, 2024</div> <p>Welcome! For the inaugural blog post on valkey.io, I鈥檇 like to recap the story so far, what to look forward to, and then describe how this blog works.</p> <a class="link-readmore" href="https://valkey.io/blog/hello-world/">Read More</a> </li> </ul> </main> </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>