Skip to content

Commit

Permalink
add: trademark for Aiven for Valkey (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy authored Aug 30, 2024
1 parent e7a873e commit 6d6f6ec
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/products/valkey.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Aiven for Valkey
title: Aiven for Valkey
---

Aiven for Valkey is a managed, in-memory NoSQL database service that offers high performance, scalability, and security.
Aiven for Valkey is a managed, in-memory NoSQL database service that offers high performance, scalability, and security.

Developed under the Linux Foundation, Valkey is an open-source fork of Redis® designed
Developed under the Linux Foundation, Valkey is an open-source fork of Redis® designed
to provide a seamless and reliable alternative to Redis OSS. Aiven for Valkey
ensures full compatibility with Redis OSS 7.2.4 and [Aiven for Caching](/docs/products/caching),
making it easy for users to transition their existing applications without disruption.
Expand Down
4 changes: 2 additions & 2 deletions docs/products/valkey/get-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Get started with Aiven for Valkey
title: Get started with Aiven for Valkey
sidebar_label: Get started
keywords: [quick start]
---
Expand All @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
import CreateService from "@site/static/includes/create-service-console.md"
import Help from "@site/static/includes/cli-help.md"

Begin your journey with Aiven for Valkey, the versatile in-memory data store offering high-performance capabilities for caching, message queues, and efficient data storage solutions.
Begin your journey with Aiven for Valkey, the versatile in-memory data store offering high-performance capabilities for caching, message queues, and efficient data storage solutions.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/products/valkey/howto/connect-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Connect with Go
import CodeBlock from '@theme/CodeBlock';
import MyComponentSource1 from '!!raw-loader!/code/products/valkey/connect.go';

Establish a connection to the Aiven for Valkey service using Go. This example demonstrates how to connect to Aiven for Valkey from Go using the `go-valkey/valkey` library, designed to interact with the Valkey protocol.
Establish a connection to the Aiven for Valkey service using Go. This example demonstrates how to connect to Aiven for Valkey from Go using the `go-valkey/valkey` library, designed to interact with the Valkey protocol.

## Variables

Expand Down
2 changes: 1 addition & 1 deletion docs/products/valkey/howto/connect-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Connect with Java
import CodeBlock from '@theme/CodeBlock';
import MyComponentSource1 from '!!raw-loader!/code/products/valkey/connect.java';

Establish a connection to your Aiven for Valkey service using Java and the `jedis` library.
Establish a connection to your Aiven for Valkey service using Java and the `jedis` library.

## Variables

Expand Down
2 changes: 1 addition & 1 deletion docs/products/valkey/howto/connect-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Connect with NodeJS
import CodeBlock from '@theme/CodeBlock';
import MyComponentSource1 from '!!raw-loader!/code/products/valkey/connect.js';

Connect to the Aiven for Valkey service using NodeJS with the `ioredis` library.
Connect to the Aiven for Valkey service using NodeJS with the `ioredis` library.

## Variables

Expand Down
2 changes: 1 addition & 1 deletion docs/products/valkey/howto/connect-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Connect with PHP
import CodeBlock from '@theme/CodeBlock';
import MyComponentSource1 from '!!raw-loader!/code/products/valkey/connect.php';

Connect to the Aiven for Valkey database using PHP, making use of the `predis` library.
Connect to the Aiven for Valkey database using PHP, making use of the `predis` library.

## Variables

Expand Down
2 changes: 1 addition & 1 deletion docs/products/valkey/howto/connect-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Connect with Python
import CodeBlock from '@theme/CodeBlock';
import MyComponentSource1 from '!!raw-loader!/code/products/valkey/connect.py';

Connect to the Aiven for Valkey service using Python with the `valkey-py` library. `valkey-py` is a Python interface specifically designed for the Valkey key-value store.
Connect to the Aiven for Valkey service using Python with the `valkey-py` library. `valkey-py` is a Python interface specifically designed for the Valkey key-value store.

## Variables

Expand Down
4 changes: 2 additions & 2 deletions docs/products/valkey/howto/connect-services.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Connect to Aiven for Valkey
title: Connect to Aiven for Valkey
---

import DocCardList from '@theme/DocCardList';

Connect to the Aiven for Valkey service using various programming languages. Select your preferred language from the list below for detailed setup instructions.
Connect to the Aiven for Valkey service using various programming languages. Select your preferred language from the list below for detailed setup instructions.


<DocCardList />
4 changes: 2 additions & 2 deletions docs/products/valkey/reference/advanced-params.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Advanced parameters for Aiven for Valkey
title: Advanced parameters for Aiven for Valkey
sidebar_label: Advanced parameters
---

See the configuration options available for Aiven for Valkey:
See the configuration options available for Aiven for Valkey:

import Reference from '@site/static/includes/config-valkey.md';

Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Aiven for Valkey',
label: 'Aiven for Valkey',
link: {
id: 'products/valkey',
type: 'doc',
Expand Down

0 comments on commit 6d6f6ec

Please sign in to comment.