Skip to content

Commit 1721702

Browse files
authored
DOC-3547: gather Java clients under Java 'folder' (#2700)
1 parent c3124c5 commit 1721702

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/connect/clients/java/_index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Connect with Redis Java clients"
3+
linkTitle: "Java clients"
4+
description: Connect your application to a Redis database using Java and try an example
5+
weight: 3
6+
---
7+
8+
You have two choices of Java clients that you can use with Redis:
9+
10+
- Jedis, for synchronous applications.
11+
- Lettuce, for asynchronous and reactive applications.

docs/connect/clients/java.md docs/connect/clients/java/java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Java guide"
33
linkTitle: "Java"
44
description: Connect your Java application to a Redis database
5-
weight: 3
5+
weight: 1
66
aliases:
77
- /docs/clients/java/
88
- /docs/redis-clients/java/

docs/connect/clients/lettuce.md docs/connect/clients/java/lettuce.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Lettuce guide"
33
linkTitle: "Lettuce"
44
description: Connect your Lettuce application to a Redis database
5-
weight: 3
5+
weight: 2
66
---
77

88
Install Redis and the Redis client, then connect your Lettuce application to a Redis database.

0 commit comments

Comments
 (0)