Skip to content

Commit 16a8ddf

Browse files
committed
Merge branch 'main' into prod_zola
2 parents 615d344 + a4d8477 commit 16a8ddf

File tree

18 files changed

+54
-28
lines changed

18 files changed

+54
-28
lines changed

CONTRIBUTING-BLOG-POST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The contribution model is lightweight, transparent, and uses well-understood ope
77

88
Before you begin, it’s a good idea to setup an environment to write, test, and contribute your blog post.
99
First, [fork the website repo](https://github.com/valkey-io/valkey-io.github.io), then clone the website to your local environment.
10-
The general workflow is to write your post locally in a branch, confirm that it looks the way you want , then contribute your changes as a pull request.
10+
The general workflow is to write your post locally in a branch, confirm that it looks the way you want, then contribute your changes as a pull request.
1111

1212
The README has instructions on how to get up-and-running with Zola, the software used to build and test the website.
1313

@@ -27,7 +27,7 @@ Write your blog post in markdown.
2727
Generally, you’ll be better off sticking to headings, links, paragraphs and code blocks (there is no prohibition of using other markdown features though).
2828
A few writing tips:
2929

30-
1. Blog posts should be consumable in one setting.
30+
1. Blog posts should be consumable in one sitting.
3131
Aim for 500-1,200 words.
3232
2. Blog posts should cover a topic entirely.
3333
1. If you start writing and realize that your post will be super long, consider refining your topic.
@@ -40,7 +40,7 @@ Aim for 500-1,200 words.
4040
There is a ton of things to say about Valkey without venturing into comparisons with other products and projects.
4141
6. Have a call-to-action.
4242
What do you want your readers to do next after they finish your blog post? The call-to-action can be something like asking a users to contribute, try some sample code, or come to an event.
43-
You can even just invite users to reader related content.
43+
You can even just invite readers to consume related content.
4444
7. Speak for yourself.
4545
Blog posts are attributed to a person, not the project, so feel free to have opinions and write in the first (I) or second (you) grammatical person.
4646
Unless you have specific authority (and you probably don’t!), avoid speaking for groups of people.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Valkey.io website
22

33
This repo contains the source for the valkey.io website (build scripts, template, blog posts, stylesheets, etc.).
4-
The build integrates content from [`valkey-io/valkey-doc`](https://github.com/valkey-io/valkey-doc) and the commands definitions from [`valkey-io/valkey`](https://github.com/valkey-io/valkey-doc) (see [Build Locally](#build-locally) below for more details).
4+
The build integrates content from [`valkey-io/valkey-doc`](https://github.com/valkey-io/valkey-doc) and the commands definitions from [`valkey-io/valkey`](https://github.com/valkey-io/valkey) (see [Build Locally](#build-locally) below for more details).
55

66
## Contributing
77

@@ -62,15 +62,16 @@ Commit your changes to your local copy of `valkey-io/valkey-doc`.
6262

6363
### Building the command reference
6464

65-
The command reference (i.e. `/command/set/`, `/command/get/`, `/command/lolwut/`) sources information from `valkey-io/valkey`, and `valkey-io/valkey-doc`.
66-
`valkey-io/valkey` provides the command metadata (items like computational complexity, version history, arguments, etc) whilst `valkey-io/valkey-doc` provides the actual command description.
65+
The command reference (i.e. `/commands/set/`, `/commands/get/`, `/commands/lolwut/`) sources information from `valkey-io/valkey`, and `valkey-io/valkey-doc`.
66+
`valkey-io/valkey` provides the command metadata (items like computational complexity, version history, arguments, etc) whilst `valkey-io/valkey-doc` provides the command description and the command reply.
6767

6868
```mermaid
6969
flowchart TD
70-
A[Webpage: valkey.io/set/command]
70+
A[Webpage: valkey.io/commands/set]
7171
A --> B[Template: valkey-io/valkey-website]
7272
B --> F[Repo: valkey-io/valkey ] --> G[File: /src/commands/set.json ] --> X[Command Metadata]
7373
B --> H[Repo: valkey-io/valkey-doc ] --> I[File: /commands/set.md ] --> Y[Command Description]
74+
H --> J[Files: /resp2_replies.json,<br/>/resp3_replies.json] --> Z[Command Reply]
7475
```
7576

7677
Let's say that this repo and your local copy of `valkey-io/valkey-doc` and `valkey-io/valkey` reside in the same directories.

content/blog/2024-06-27-using-bitnami-valkey-chart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The sections below describe the steps to configure the deployment, get and deplo
2727

2828
## Getting and deploying the Bitnami package for Valkey Helm chart
2929

30-
You can deploy the the [community](https://github.com/bitnami/charts/blob/main/LICENSE.md) Bitnami-packaged Valkey Helm chart from the open source Bitnami Application Catalog. Alternatively, if you have access to an enterprise Tanzu Application Catalog instance, it can also be deployed from there.
30+
You can deploy the [community](https://github.com/bitnami/charts/blob/main/LICENSE.md) Bitnami-packaged Valkey Helm chart from the open source Bitnami Application Catalog. Alternatively, if you have access to an enterprise Tanzu Application Catalog instance, it can also be deployed from there.
3131

3232
### Deploying the open source version of the chart through Bitnami Application Catalog
3333

content/blog/2024-12-20-2024-year-of-valkey/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It’s like Redis, but with more caffeine, a bigger dev team, and a community th
4545

4646
Beyond seeing this coverage, less than six months after the establishment of the project a report indicated that [63% of respondents were already familiar with Valkey](https://thenewstack.io/redis-users-want-a-change/), so it’s no surprise that there are countless folks already using it.
4747
These specific stories being told in public are a valuable data point for the next wave of migrations.
48-
At Open Source Summit Hong Kong in September, [Dirk Hohndel](https://www.facesofopensource.com/dirk-hohndel/) from Verizion talks about migrating his own app over to Valkey 8.0 release candidate and seeing a 3x performance increase.
48+
At Open Source Summit Hong Kong in September, [Dirk Hohndel](https://www.facesofopensource.com/dirk-hohndel/) from Verizon talks about migrating his own app over to Valkey 8.0 release candidate and seeing a 3x performance increase.
4949

5050
[![YouTube video thumbnail of open source summit hong kong](images/osshk-dirk.jpg)](https://www.youtube.com/watch?v=Qp74Nn-d5a8)
5151

content/blog/2024-12-22-az-affinity-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ In Valkey 8, ```availability-zone``` configuration was introduced, allowing cli
4343
**Example:**
4444
Consider a cluster with three nodes, one primary and two replicas. Each node is located in a different availability zone. The client located in az-2 along with replica-1.
4545

46-
**With ```PERFER_REPLICA``` strategy**:
46+
**With ```PREFER_REPLICA``` strategy**:
4747
In this case, the client will read commands from any replica that is available. It may be located in a different AZ as shown below, and the average latency is, for example, 800 microseconds.
4848

49-
![PERFER_REPLICA Read strategy latency example](/assets/media/pictures/PERFER_REPLICA_strategy.png)
49+
![PREFER_REPLICA Read strategy latency example](/assets/media/pictures/PREFER_REPLICA_strategy.png)
5050

5151

5252
**With ```AZ_AFFINITY``` strategy**:

content/connect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can connect with Valkey in many ways.
1010
* If you have a **question** about Valkey, head over to the project [GitHub discussions](https://github.com/orgs/valkey-io/discussions) or [Matrix chat](https://matrix.to/#/#valkey:matrix.org).
1111
* If you’ve found a **bug** in Valkey, file an bug issue on [valkey-io/valkey](https://github.com/valkey-io/valkey/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=%5BBUG%5D)
1212
* If you want to suggest a **new feature** for Valkey, you feature request issue on [valkey/valkey-io](https://github.com/valkey-io/valkey/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=%5BNEW%5D)
13+
* If you are interested in becoming a **contributor**, you can connect with other developers on our [slack](https://valkey.io/slack)
1314
* You can connect on the following **social media** platforms
1415
* [Valkey on LinkedIn](https://www.linkedin.com/company/valkey/)
1516
* [Valkey on Twitter](https://twitter.com/valkey_io)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
22
page_template= "release-page.html"
33
template= "release-section.html"
4-
sort_by= "date"
4+
sort_by= "title"
55
+++

content/download/releases/v7-2-7.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "7.2.7"
33
date: 2024-10-02 01:01:01
4-
54
extra:
65
tag: "7.2.7"
76
artifact_source: https://download.valkey.io/releases/

content/download/releases/v7-2-8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: "7.2.8"
33
date: 2025-01-07 01:01:02
4-
54
extra:
65
tag: "7.2.8"
76
artifact_source: https://download.valkey.io/releases/
87
artifact_fname: "valkey"
98
container_registry:
10-
-
9+
-
1110
name: "Docker Hub"
1211
link: https://hub.docker.com/r/valkey/valkey/
1312
id: "valkey/valkey"

content/download/releases/v8-0-0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "8.0.0"
33
date: 2024-09-16
4-
54
extra:
65
tag: "8.0.0"
76
artifact_source: https://download.valkey.io/releases/

0 commit comments

Comments
 (0)