Skip to content

Commit e72ad00

Browse files
DOC-4543 renaming and moving Python/Java libs up a level
1 parent 16918e9 commit e72ad00

File tree

15 files changed

+29
-85
lines changed

15 files changed

+29
-85
lines changed

content/develop/clients/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ categories:
99
- oss
1010
- kubernetes
1111
- clients
12+
hideListLinks: true
1213
description: Connect your application to a Redis database and try an example
13-
linkTitle: Clients
14-
title: Connect with Redis clients
14+
linkTitle: Client APIs 👩🏻‍💻
15+
title: Connect with Redis client API libraries
1516
weight: 30
1617
---
1718

@@ -58,5 +59,3 @@ You can experiment with a local installation of Redis Stack
5859
To interact with a Redis server without writing code, use the
5960
[Redis CLI]({{< relref "/develop/connect/cli" >}}) and
6061
[Redis Insight]({{< relref "/develop/connect/insight" >}}) tools.
61-
62-
## Client library guides

content/develop/clients/dotnet/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your .NET application to a Redis database
13-
linkTitle: C#/.NET
14-
title: C#/.NET guide
15-
weight: 2
13+
linkTitle: NRedisStack (C#/.NET)
14+
title: NRedisStack guide (C#/.NET)
15+
weight: 3
1616
---
1717

1818
[NRedisStack](https://github.com/redis/NRedisStack) is the .NET client for Redis.

content/develop/clients/go/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your Go application to a Redis database
13-
linkTitle: Go
14-
title: Go guide
15-
weight: 5
13+
linkTitle: go-redis (Go)
14+
title: go-redis guide (Go)
15+
weight: 7
1616
---
1717

1818
[`go-redis`](https://github.com/redis/go-redis) is the [Go](https://go.dev/) client for Redis.

content/develop/clients/go/connect.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ weight: 1
1717

1818
## Basic connection
1919

20-
## Connect
21-
2220
The following example shows the simplest way to connect to a Redis server:
2321

2422
```go

content/develop/clients/java/_index.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/develop/clients/java/jedis.md renamed to content/develop/clients/jedis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your Java application to a Redis database
13-
linkTitle: Jedis
14-
title: Jedis guide
15-
weight: 1
13+
linkTitle: Jedis (Java)
14+
title: Jedis guide (Java)
15+
weight: 5
1616
---
1717

1818
[Jedis](https://github.com/redis/jedis) is a synchronous Java client for Redis.

content/develop/clients/java/lettuce.md renamed to content/develop/clients/lettuce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your Lettuce application to a Redis database
13-
linkTitle: Lettuce
14-
title: Lettuce guide
15-
weight: 2
13+
linkTitle: Lettuce (Java)
14+
title: Lettuce guide (Java)
15+
weight: 6
1616
---
1717

1818
[Lettuce](https://github.com/redis/lettuce/tree/main/src/main) is an advanced Java client for Redis

content/develop/clients/nodejs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your Node.js application to a Redis database
13-
linkTitle: Node.js
14-
title: Node.js guide
15-
weight: 3
13+
linkTitle: node-redis (Node.js)
14+
title: node-redis guide (Node.js)
15+
weight: 4
1616
---
1717

1818
[node-redis](https://github.com/redis/node-redis) is the Redis client for Node.js.

content/develop/clients/om-clients/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Object-Mapper libraries for Redis Stack
1313
linkTitle: Object mapping
1414
stack: true
1515
title: Object-Mapper libraries
16-
weight: 7
16+
weight: 10
1717
---
1818

1919
Redis OM (pronounced *REDiss OHM*) is a library that provides object mapping for Redis. With the help of Redis OM, you can map Redis data types, specifically Hashes and JSON documents, to objects of your preferred programming language or framework. Redis OM relies on Redis Stack's JSON, query, and search features, allowing you to query and search for objects.

content/develop/clients/php.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ categories:
1010
- kubernetes
1111
- clients
1212
description: Connect your PHP application to a Redis database
13-
linkTitle: PHP
14-
title: PHP guide
15-
weight: 6
13+
linkTitle: Predis (PHP)
14+
title: Predis guide (PHP)
15+
weight: 8
1616
---
1717

1818
[`Predis`](https://github.com/predis/predis) is the recommended [PHP](https://php.net/)

0 commit comments

Comments
 (0)