Skip to content

Commit

Permalink
DOC-3547: gather Java clients under Java 'folder' (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty authored Mar 26, 2024
1 parent c3124c5 commit 1721702
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/connect/clients/java/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Connect with Redis Java clients"
linkTitle: "Java clients"
description: Connect your application to a Redis database using Java and try an example
weight: 3
---

You have two choices of Java clients that you can use with Redis:

- Jedis, for synchronous applications.
- Lettuce, for asynchronous and reactive applications.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Java guide"
linkTitle: "Java"
description: Connect your Java application to a Redis database
weight: 3
weight: 1
aliases:
- /docs/clients/java/
- /docs/redis-clients/java/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Lettuce guide"
linkTitle: "Lettuce"
description: Connect your Lettuce application to a Redis database
weight: 3
weight: 2
---

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

0 comments on commit 1721702

Please sign in to comment.