Skip to content

feat: restyle blog #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING-BLOG-POST.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ description= "It's become clear that people want to talk about Valkey and have b
# 'authors' are the folks who wrote or contributed to the post.
# Each author corresponds to a biography file (more info later in this document)
authors= [ "maury", "jacobim" ]
[extra]
# 'trending' controls whether the blog post appears in the trending section on the main blog page
trending = true
# 'featured_image' sets the main image for the blog header
# Choose from one of the available images:
# "/assets/media/featured/random-01.webp"
# "/assets/media/featured/random-02.webp"
# "/assets/media/featured/random-03.webp"
# "/assets/media/featured/random-04.webp"
# "/assets/media/featured/random-05.webp"
# "/assets/media/featured/random-06.webp"
# "/assets/media/featured/random-07.webp"
featured_image = "/assets/media/featured/random-01.webp"
+++
```

Expand Down
3 changes: 2 additions & 1 deletion content/blog/2024-04-12-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ description= "Welcome! For the inaugural blog post on valkey.io, I’d like to r
authors= ["kyledvs"]

[extra]

categories= "update"
trending = false
featured_image = "/assets/media/featured/random-05.webp"
+++

Welcome!
Expand Down
3 changes: 2 additions & 1 deletion content/blog/2024-04-16-valkey-7-2-5-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ description= "Exciting times!I'm pleased to announce that you can start using th
authors= ["kyledvs"]

[extra]

categories= "update"
trending = false
featured_image = "/assets/media/featured/random-04.webp"
+++

Exciting times!
Expand Down
3 changes: 2 additions & 1 deletion content/blog/2024-04-26-modules-101.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ description= "The idea of modules is to allow adding extra features (such as new
authors= ["dmitrypol"]

[extra]

categories= "modules"
trending = false
featured_image = "/assets/media/featured/random-03.webp"
+++

## What are Valkey modules?
Expand Down
2 changes: 2 additions & 0 deletions content/blog/2024-05-24-may-roundup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors= ["kyledvs"]

[extra]
categories= "update"
trending = false
featured_image = "/assets/media/featured/random-02.webp"
+++

It's become clear that people want to talk about Valkey and have been publishing blog posts/articles fervently.
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2024-06-27-using-bitnami-valkey-chart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases= [
"/blog/2024/06/using-bitnami-valkey-chart/"
]
authors=["rafariossaa"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-01.webp"

+++

Valkey is a high-performance key/value datastore that supports workloads such as caching, and message queues, supporting many data types including strings, numbers, hashes, bitmaps, and more. Valkey can run in standalone or cluster mode for replication and high availability.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-07-07-unlock-one-million-rps.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description= "Learn about the new performnace improvements in Valkey 8 which red
# 'authors' are the folks who wrote or contributed to the post.
# Each author corresponds to a biography file (more info later in this document)
authors= [ "dantouitou", "uriyagelnik"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-01.webp"
+++
Valkey 8.0, set for release in September 2024, will bring major performance enhancements through a variety of improvements including a new multi-threaded architecture.
This update aims to significantly boost throughput and reduce latency across various hardware configurations.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-07-31-valkey-8-0-0-rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description= "The first release candidate of Valkey 8.0 is now available! Come l
# 'authors' are the folks who wrote or contributed to the post.
# Each author corresponds to a biography file (more info later in this document)
authors= [ "pingxie", "madolson" ]
[extra]
trending = false
featured_image = "/assets/media/featured/random-07.webp"
+++


Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-08-29-valkey-memory-efficiency-8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title= "Storing more with less: Memory Efficiency in Valkey 8"
date= 2024-09-04 01:01:01
description= "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."
authors= [ "hpatro"]
[extra]
trending = true
featured_image = "/assets/media/featured/random-05.webp"
+++

Valkey 8.0 GA is around the corner and one of the themes is increasing overall memory efficiency. Memory overhead reduction has the obvious effect of better resource utilization, but also impacts performance. By minimizing unnecessary memory consumption, you can store more data with the same hardware resources and improve overall system responsiveness. This post is going to give an overview into how Valkey internally manages the data and its memory overhead. Additionally, it talks about the two major improvements for Valkey 8.0 that improves the overall memory efficiency.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-09-13-unlock-one-million-rps-part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description= "Maximize the performance of your hardware with memory access amort
# 'authors' are the folks who wrote or contributed to the post.
# Each author corresponds to a biography file (more info later in this document)
authors= [ "dantouitou", "uriyagelnik"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-06.webp"
+++

In the [first part](/blog/unlock-one-million-rps/) of this blog, we described how we offloaded almost all I/O operations to I/O threads, thereby freeing more CPU cycles in the main thread to execute commands. When we profiled the execution of the main thread, we found that a considerable amount of time was spent waiting for external memory. This was not entirely surprising, as when accessing random keys, the probability of finding the key in one of the processor caches is relatively low. Considering that external memory access latency is approximately 50 times higher than L1 cache, it became clear that despite showing 100% CPU utilization, the main process was mostly “waiting”. In this blog, we describe the technique we have been using to increase the number of parallel memory accesses, thereby reducing the impact that external memory latency has on performance.
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2024-09-16-valkey-8-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title= "Generally Available: Valkey 8.0.0"
description = "Today marks a milestone for the Valkey project: the first major release."
date= 2024-09-16 01:01:01
authors= ["kyledvs"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-05.webp"

+++

The first ever release of Valkey, 7.2.5, became generally available more than 5 months ago.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-11-21-testing-the-limits/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title = "Pushing the limits of Valkey on a Raspberry Pi"
description = "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."
date= 2024-11-21 01:01:01
authors= ["dtaivpp"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-07.webp"
+++

While doing extensive performance testing on a Raspberry Pi is silly, it's made me realize the complexity of performance testing. For example, in some of the tests below I ended up managing to use all of the resources of the Raspberry Pi and achieved terrible performance. Every application has different performance characteristics so we'll walk through what factors to consider when it comes to deploying Valkey.
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2024-12-20-2024-year-of-valkey/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title= "2024: The Year of Valkey"
description = "The end of the calendar year is a great time to reflect, but for Valkey this particular year-end holds special meaning."
date= 2024-12-20 01:01:01
authors= ["kyledvs"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-05.webp"

+++

The end of the calendar year is a great time to reflect, but for Valkey this particular year-end holds special meaning.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2024-12-22-az-affinity-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title= "Reducing application latency and lowering Cloud bill by setting up your
date= 2025-01-08 01:01:01
description= "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."
authors= [ "asafporatstoler", "adarovadya"]
[extra]
trending = true
featured_image = "/assets/media/featured/random-04.webp"
+++
How can adjusting your client library help you reduce Cloud costs and improve latency?

Expand Down
4 changes: 4 additions & 0 deletions content/blog/2025-03-28-new-hash-table/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title= "A new hash table"
date= 2025-03-28 00:00:00
description= "Designing a state-of-the art hash table"
authors= ["zuiderkwast"]
[extra]
trending = false
featured_image = "/assets/media/featured/random-05.webp"

+++

Many workloads are bound on storing data. Being able to store more data using
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2025-03-4-go-client-in-public-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title= "Introducing the Valkey Glide Go Client: Now in Public Preview!"
description = "Valkey Glide now supports GO. Read to learn more about the new client designed for performance and developer productivity"
date= 2025-03-04 01:01:01
authors= [ "niharikabhavaraju"]
[extra]
trending = true
featured_image = "/assets/media/featured/default.webp"
+++

Valkey-Glide is pleased to announce the public preview release of the GLIDE(General Language Independent Driver for the Enterprise) Go client. This release brings the power and reliability of Valkey to Go developers with an API designed for performance and developer productivity.
Expand Down
3 changes: 3 additions & 0 deletions content/blog/2025-04-02-valkey-8-1-0-ga.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description= "Valkey 8.1 is now generally available! Come learn about the exciti
# 'authors' are the folks who wrote or contributed to the post.
# Each author corresponds to a biography file (more info later in this document)
authors= [ "rdias", "mvisser" ]
[extra]
trending = false
featured_image = "/assets/media/featured/random-03.webp"
+++


Expand Down
4 changes: 4 additions & 0 deletions content/blog/2025-04-09-introducing-bloom-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title= "Introducing Bloom Filters for Valkey"
description = "Learn how to use bloom filters to perform large-scale membership testing with significant memory savings."
date= 2025-04-09 01:01:01
authors= [ "karthiksubbarao"]

[extra]
trending = false
featured_image = "/assets/media/featured/random-02.webp"
+++

The Valkey project is introducing Bloom Filters as a new data type via [valkey-bloom](https://github.com/valkey-io/valkey-bloom/) (BSD-3 licensed), an official Valkey Module which is compatible with Valkey versions >= 8.0. Bloom filters provide efficient, large-scale membership testing, improving performance and offering significant memory savings for high-volume applications.
Expand Down
3 changes: 2 additions & 1 deletion content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "List of blog posts"
title = "Blog"
description = "Stay up to date with the latest news, tutorials, and updates from the Valkey team."
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
Expand Down
2 changes: 2 additions & 0 deletions content/blog/whats-new-june-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description= "What have people been saying about Valkey in June 2024? Read on to
[extra]
authors= ["kyledvs"]
categories= "roundup"
trending = false
featured_image = "/assets/media/featured/random-01.webp"
+++

What have people been saying since the [last what's new post](/blog/may-roundup/)? Read on to find out.
Expand Down
Loading